add ro and rw helper scripts
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
3588c777ca
commit
079ca21426
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
mount / -o remount,ro
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
mount / -o remount,rw
|
Loading…
Reference in New Issue