mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 15:48:51 +01:00
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
3
Recovery/board/funkey/rootfs-overlay/usr/local/sbin/ro
Executable file
3
Recovery/board/funkey/rootfs-overlay/usr/local/sbin/ro
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
mount / -o remount,ro
|
||||||
3
Recovery/board/funkey/rootfs-overlay/usr/local/sbin/rw
Executable file
3
Recovery/board/funkey/rootfs-overlay/usr/local/sbin/rw
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
mount / -o remount,rw
|
||||||
Loading…
x
Reference in New Issue
Block a user