summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index db11a51e..31e1335e 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -477,7 +477,7 @@ postinit
[ -x /bin/postinit.local ] && /bin/postinit.local
# start a debug shell in higher debug levels
-[ $DEBUGLEVEL -gt 2 ] && /bin/sh
+[ $DEBUGLEVEL -gt 2 ] && start_shell
# unmount the bind mounted modules directory
for i in 0 40 100 200 300 500 800 1000 1200; do