diff options
Diffstat (limited to 'packages/altboot/files/altboot-menu/Advanced/55-bin-sh')
-rw-r--r-- | packages/altboot/files/altboot-menu/Advanced/55-bin-sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/altboot/files/altboot-menu/Advanced/55-bin-sh b/packages/altboot/files/altboot-menu/Advanced/55-bin-sh index 90a6f37ff5..4619e51ce7 100644 --- a/packages/altboot/files/altboot-menu/Advanced/55-bin-sh +++ b/packages/altboot/files/altboot-menu/Advanced/55-bin-sh @@ -8,10 +8,8 @@ run_module() { test "$ASK_PW_ON_BOOT" != "yes" && verify_master_pw >/dev/tty0 - # Make the system a little bit more usable than a standard init=/bin/sh boot - mount -t proc proc /proc >/dev/null 2>&1 - uname -r | grep -q "2.6." && mount sys -t sysfs /sys - mount -o remount,rw / + # Mount /proc, etc + init_rootfs echo -e "\nBoot system with 'exec /sbin/init 5'\n" while true |