From ee29b4a1aa277b7680ec68da6f23c3a84aabf51c Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Tue, 10 Nov 2020 16:03:50 +0100 Subject: [PATCH] clean up inittab Signed-off-by: Michel-FK --- FunKey/board/funkey/rootfs-overlay/etc/inittab | 3 +-- Recovery/board/funkey/rootfs-overlay/etc/inittab | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FunKey/board/funkey/rootfs-overlay/etc/inittab b/FunKey/board/funkey/rootfs-overlay/etc/inittab index c9d0965..005aff9 100644 --- a/FunKey/board/funkey/rootfs-overlay/etc/inittab +++ b/FunKey/board/funkey/rootfs-overlay/etc/inittab @@ -40,6 +40,5 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr # Stuff to do before rebooting ::shutdown:/etc/init.d/rcK ::shutdown:/sbin/swapoff -a -#::shutdown:/bin/umount -a -r ::shutdown:/bin/umount -r / -::shutdown:/bin/umount -r /mnt \ No newline at end of file +::shutdown:/bin/umount -r /mnt diff --git a/Recovery/board/funkey/rootfs-overlay/etc/inittab b/Recovery/board/funkey/rootfs-overlay/etc/inittab index bbcb866..ce6c6ff 100644 --- a/Recovery/board/funkey/rootfs-overlay/etc/inittab +++ b/Recovery/board/funkey/rootfs-overlay/etc/inittab @@ -38,4 +38,5 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr # Stuff to do before rebooting ::shutdown:/etc/init.d/rcK -::shutdown:/bin/umount -a -r +::shutdown:/bin/umount -r / +::shutdown:/bin/umount -r /mnt