From 186b05c2e7c40d11cba4e056eed2942de8004096 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Mar 2015 17:29:50 +0100 Subject: [PATCH] reinstate systemd debug in bootcd phase, as we do not get to boot off the bootCD very reliably --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3a71a3c..9d75a77 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin # keep KERNEL_DEBUG_ARGS void for production KERNEL_DEBUG_ARGS="" # uncomment this to augment verbosity of boot phase -#KERNEL_DEBUG_ARGS="$KERNEL_DEBUG_ARGS systemd.log_level=debug" +KERNEL_DEBUG_ARGS="$KERNEL_DEBUG_ARGS systemd.log_level=debug" # defaults DEFAULT_TYPES="usb iso" -- 2.43.0