From: Thierry Parmentelat Date: Mon, 2 Mar 2015 16:29:50 +0000 (+0100) Subject: reinstate systemd debug in bootcd phase, as we do not get to boot off the bootCD... X-Git-Tag: bootcd-5.2-5~20 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=186b05c2e7c40d11cba4e056eed2942de8004096 reinstate systemd debug in bootcd phase, as we do not get to boot off the bootCD very reliably --- 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"