This commit is contained in:
rootzoll 2020-06-03 23:44:01 +02:00
commit b9a3bc4cff

View File

@ -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