From: parmentelat Date: Thu, 20 Dec 2018 13:50:20 +0000 (+0100) Subject: trigger new boot medium option systemd-console rather than too verbose systemd-debug X-Git-Tag: tests-7.0-0~3 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=bf287af08bc2ef676bfa37003bbc4daccfa21e4e trigger new boot medium option systemd-console rather than too verbose systemd-debug --- diff --git a/system/config_default.py b/system/config_default.py index 5176509..1d96f3e 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -65,7 +65,7 @@ def nodes(options, index): 'route_fields' : { 'subnet' : '0.0.0.0/0', 'next_hop' : 'xxx-deferred-xxx', }, - 'bootmedium_options' : [ 'serial', 'no-hangcheck', 'systemd-debug' ], + 'bootmedium_options' : [ 'serial', 'no-hangcheck', 'systemd-console' ], 'tags' : { # no tags anymore },