mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-14 14:49:21 +02:00
make /var/cache/raspiblitz world writable for qemu
This commit is contained in:
parent
19bf56b870
commit
0576ba7eaa
@ -6,5 +6,8 @@ wget https://raw.githubusercontent.com/${github_user}/raspiblitz/${branch}/home.
|
||||
# make /dev/shm world writable for qemu
|
||||
sudo chmod 777 /dev/shm
|
||||
|
||||
# make /var/cache/raspiblitz world writable for qemu
|
||||
sudo chmod 777 /var/cache/raspiblitz
|
||||
|
||||
echo 'Build Fatpack ...'
|
||||
bash blitz.fatpack.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user