summaryrefslogtreecommitdiff
path: root/packages/altboot/files/init.altboot
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-02-23 03:08:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-23 03:08:49 +0000
commitf8955e0dc7898ad33000cd50f92b3ea15e84169e (patch)
tree69f1c3f733a7b7e6d4f59e03a1f12bc0698f7a34 /packages/altboot/files/init.altboot
parentf8d1004925f54ddab0e3385463c0725f47f50c72 (diff)
altboot: More kernel 2.4 fixes
Diffstat (limited to 'packages/altboot/files/init.altboot')
-rw-r--r--packages/altboot/files/init.altboot1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot
index 2ba6f654b5..871ae82d71 100644
--- a/packages/altboot/files/init.altboot
+++ b/packages/altboot/files/init.altboot
@@ -278,6 +278,7 @@ if test "`runlevel`" != "unknown" -a "$1" != "-force"
then
echo "altboot: Using real init [$REAL_INIT] [$*] *" >/dev/tty1
exec $REAL_INIT $*
+# exec $SH_SHELL </dev/tty0 >/dev/tty0 2>&1
exit 0
else
# Boot original init if altboot is turned off