mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
Merge branch 'v1.6' of https://github.com/rootzoll/raspiblitz into v1.6
This commit is contained in:
commit
b9a3bc4cff
@ -22,7 +22,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
else
|
||||
# missing -> add
|
||||
echo "" | sudo tee -a /etc/fstab >/dev/null
|
||||
echo "tmpfs /var/cache/raspiblitz tmpfs nodev,nosuid,size=4M 0 0" | sudo tee -a /etc/fstab >/dev/null
|
||||
echo "tmpfs /var/cache/raspiblitz tmpfs nodev,nosuid,size=8M 0 0" | sudo tee -a /etc/fstab >/dev/null
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user