add ro and rw helper scripts

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-11-01 16:33:58 +01:00
parent 3588c777ca
commit 079ca21426
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
mount / -o remount,ro

View File

@ -0,0 +1,3 @@
#!/bin/sh
mount / -o remount,rw