From 075c3c0bd5250b88947dbcccee078f1a0703ee58 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 13 Feb 2013 21:42:56 +0100 Subject: [PATCH] redirect systemd log on console --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0