summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/init
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/stage3-stuff/init')
-rwxr-xr-xinitramfs/stage3-stuff/init6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/stage3-stuff/init b/initramfs/stage3-stuff/init
index 64122b1b..6076d2ce 100755
--- a/initramfs/stage3-stuff/init
+++ b/initramfs/stage3-stuff/init
@@ -897,13 +897,13 @@ postinit
chmod u+x /bin/postinit.local; }
[ -f /bin/postinit.local ] && {
[ $DEBUGLEVEL -gt 0 ] && \
- echo "Running /bin/postinit.local ..."
+ echo -n "Running script /bin/postinit.local ... "
/bin/postinit.local
- echo "done"; }
+ echo "ok"; }
# start a debug shell in higher debug levels
[ $DEBUGLEVEL -gt 2 -a $DEBUGLEVEL != 8 ] \
- && echo "Debuglevel > 2: starting debug-shell, exit with ctrl+d" && /bin/ash
+ && echo "DEBUGLEVEL>2: starting debug-shell, exit with CTRL+D" && /bin/ash
runinithook '90-postinit-done'