From: Thierry Parmentelat Date: Tue, 3 Mar 2015 15:02:29 +0000 (+0100) Subject: the kernel flag systemd.log_level=debug is not set by default anymore, callers need... X-Git-Tag: bootcd-5.2-5~19 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=77347c0fa5c0edefe559629a7268321f79c9d412 the kernel flag systemd.log_level=debug is not set by default anymore, callers need to pass the 'systemd-debug' option to GetBootMedium (or to set that tag on node) --- diff --git a/build.sh b/build.sh index 9d75a77..eb2a79c 100755 --- a/build.sh +++ b/build.sh @@ -17,8 +17,16 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin # debugging flags # 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" +# add more flags here for debugging +# KERNEL_DEBUG_ARGS="$KERNEL_DEBUG_ARGS some_other_kernel_arg" +# see also +# (*) GetBootMedium that has some provisions for common +# kargs, like e.g. for removing the hangcheck feature, +# or for turning on debug messages for systemd +# these can be turned on with tags on the node +# (*) tests default config, that uses this feature so +# the tests can benefit these features, without deploying +# them by default in production # defaults DEFAULT_TYPES="usb iso"