mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
Merge branch 'v1.6' of https://github.com/rootzoll/raspiblitz into v1.6
This commit is contained in:
commit
1de4fe0b82
@ -171,5 +171,5 @@ if [ "${touchscreen}" = "1" ]; then
|
||||
fi
|
||||
fi
|
||||
echo "# ******************************************"
|
||||
echo "# OK - shell scripts and assests are synced"
|
||||
echo "# OK - shell scripts and assets are synced"
|
||||
echo "# Reboot recommended"
|
||||
|
@ -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=8M 0 0" | sudo tee -a /etc/fstab >/dev/null
|
||||
echo "tmpfs /var/cache/raspiblitz tmpfs nodev,nosuid,size=32M 0 0" | sudo tee -a /etc/fstab >/dev/null
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user