X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=eb2a79c57eaf63247c1471f852c63a0e2a632f96;hb=bfa859690146f4980f23fd87272665ceea9bff92;hp=3a71a3cd67afd12f14c9b57b1da8bbb80e51f012;hpb=09f73eec76771eeb2e7744a5d15a649d1bd85c3e;p=bootcd.git diff --git a/build.sh b/build.sh index 3a71a3c..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"