summaryrefslogtreecommitdiffstats
path: root/build/rootfs/init
diff options
context:
space:
mode:
Diffstat (limited to 'build/rootfs/init')
-rwxr-xr-xbuild/rootfs/init5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/rootfs/init b/build/rootfs/init
index 2fef65f..ca938af 100755
--- a/build/rootfs/init
+++ b/build/rootfs/init
@@ -96,9 +96,10 @@ cat /etc/issue
if [ $DEBUGLEVEL -ge 1 ]; then
echo "DEBUGLEVEL=$DEBUGLEVEL" > /tmp/debuglevel
-echo "starting debug shell: "
+echo -n "Starting debug shell: "
+echo "CTRL + D will start fbgui"
/bin/sh
fi
-echo "start init" > /dev/klog
+echo "Start init" > /dev/klog
exec /sbin/init