Move archiveloop, archive-teslacam-clips, and remountfs_rw to the top level.

This commit is contained in:
cimryan
2018-10-23 22:11:05 -07:00
parent 1685fa78f7
commit d1cd47cbda
4 changed files with 4 additions and 5 deletions

9
remountfs_rw Normal file
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."