From: Thierry Parmentelat Date: Wed, 13 Feb 2013 20:42:56 +0000 (+0100) Subject: redirect systemd log on console X-Git-Tag: bootcd-5.1-3~3 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=075c3c0bd5250b88947dbcccee078f1a0703ee58 redirect systemd log on console --- diff --git a/build.sh b/build.sh index b6fff0b..7895807 100755 --- a/build.sh +++ b/build.sh @@ -341,7 +341,7 @@ EOF # # set default target for systemd # KERNEL_ARGS="$KERNEL_ARGS systemd.unit=pl_boot.target" # output more systemd-related messages on the console - KERNEL_ARGS="$KERNEL_ARGS systemd.log_level=debug systemd.log_target=kmsg" + KERNEL_ARGS="$KERNEL_ARGS systemd.log_level=debug systemd.log_target=console" [ -n "$KERNEL_ARGS" ] && echo "$KERNEL_ARGS" > $OVERLAY/kargs.txt # Pack overlay files into a compressed archive