Quotes in updater script, Readme updates, remount script.

This commit is contained in:
Richard Goodwin
2018-10-18 07:32:08 -05:00
parent 9aa5d0114d
commit e917829a9f
7 changed files with 31 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo "Remounting / as read/write"
mount / -o remount,rw
echo "Remounting /boot as read/write"
mount /boot -o remount,rw
echo "Done. Make any changes needed, and reboot the Pi when ready."
echo "Filesystems / and /boot will be mounted as read only after reboot."