mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 08:54:16 +01:00
build(arm64-rpi): make /dev/shm world writable for the build (#4347)
This commit is contained in:
parent
00fe2e2c67
commit
5321480fb5
1 changed files with 3 additions and 2 deletions
|
@ -5,11 +5,12 @@ wget https://raw.githubusercontent.com/${github_user}/raspiblitz/${branch}/build
|
|||
|
||||
if [ "${pack}" = "fatpack" ]; then
|
||||
fatpack="1"
|
||||
# make /dev/shm world writable for qemu
|
||||
sudo chmod 777 /dev/shm
|
||||
else
|
||||
fatpack="0"
|
||||
fi
|
||||
|
||||
# make /dev/shm world writable for qemu
|
||||
sudo chmod 777 /dev/shm
|
||||
|
||||
echo 'Build RaspiBlitz ...'
|
||||
bash build_sdcard.sh -f ${fatpack} -u ${github_user} -b ${branch} -t false -w off -i false
|
||||
|
|
Loading…
Add table
Reference in a new issue