reinstate systemd debug in bootcd phase, as we do not get to boot off the bootCD...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 16:29:50 +0000 (17:29 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 16:29:50 +0000 (17:29 +0100)
build.sh

index 3a71a3c..9d75a77 100755 (executable)
--- 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"