summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-07-03 18:55:16 +0200
committerDirk von Suchodoletz2006-07-03 18:55:16 +0200
commit8de23081b21d6f6f164af6342e9698f540e00191 (patch)
treef643cf89ea4fcbd98cf55fbba5a77d3fcd31a7e3 /initrd/initrd-stuff/init
parentFixed a pcitable file related bug (for some reason the new version was (diff)
downloadcore-8de23081b21d6f6f164af6342e9698f540e00191.tar.gz
core-8de23081b21d6f6f164af6342e9698f540e00191.tar.xz
core-8de23081b21d6f6f164af6342e9698f540e00191.zip
Just check in - do not use this version.
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@266 95ad53e4-c205-0410-b2fa-d234c58c8868
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