From ff78b6a1a4db15196d5f629858eb43e7531ba14b Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Sun, 1 Nov 2020 00:44:26 +0100 Subject: [PATCH] mount Recovery partition ro Signed-off-by: Michel-FK --- Recovery/board/funkey/rootfs-overlay/etc/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recovery/board/funkey/rootfs-overlay/etc/inittab b/Recovery/board/funkey/rootfs-overlay/etc/inittab index 798b4b3..bbcb866 100644 --- a/Recovery/board/funkey/rootfs-overlay/etc/inittab +++ b/Recovery/board/funkey/rootfs-overlay/etc/inittab @@ -16,7 +16,7 @@ # Startup the system ::sysinit:/bin/cat /etc/issue ::sysinit:/bin/mount -t proc proc /proc -::sysinit:/bin/mount -o remount,rw / +#::sysinit:/bin/mount -o remount,rw / ::sysinit:/bin/mkdir -p /dev/pts /dev/shm ::sysinit:/bin/mount -a null::sysinit:/bin/ln -sf /proc/self/fd /dev/fd