aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/single6
1 files changed, 6 insertions, 0 deletions
diff --git a/rc.d/init.d/single b/rc.d/init.d/single
index 98140a9c..20e50b10 100755
--- a/rc.d/init.d/single
+++ b/rc.d/init.d/single
@@ -24,6 +24,12 @@ kill -9 -1
rm -f /var/lock/subsys/*
+# this looks nices
+[ -x /usr/bin/clear ] && /usr/bin/clear
+
+# we just killed kerneld :-(
+/etc/rc.d/init.d/kerneld start
+
# Now go to the single user level.
echo "Telling INIT to go to single user mode."
exec init -t1 S