X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=blobdiff_plain;f=build.sh;h=eb2a79c57eaf63247c1471f852c63a0e2a632f96;hp=9d75a7751c7d05b78dfcb6b1d2ee26ca9bf9e27c;hb=77347c0fa5c0edefe559629a7268321f79c9d412;hpb=186b05c2e7c40d11cba4e056eed2942de8004096 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"