mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Separate files into those used for setup and those used at runtime.
Files used for both will go in the run tree.
This commit is contained in:
9
run/remountfs_rw
Normal file
9
run/remountfs_rw
Normal 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."
|
||||
|
||||
Reference in New Issue
Block a user