From bf287af08bc2ef676bfa37003bbc4daccfa21e4e Mon Sep 17 00:00:00 2001 From: parmentelat Date: Thu, 20 Dec 2018 14:50:20 +0100 Subject: [PATCH] trigger new boot medium option systemd-console rather than too verbose systemd-debug --- system/config_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.43.0