trigger new boot medium option systemd-console rather than too verbose systemd-debug
authorparmentelat <thierry.parmentelat@inria.fr>
Thu, 20 Dec 2018 13:50:20 +0000 (14:50 +0100)
committerparmentelat <thierry.parmentelat@inria.fr>
Thu, 20 Dec 2018 13:50:20 +0000 (14:50 +0100)
system/config_default.py

index 5176509..1d96f3e 100644 (file)
@@ -65,7 +65,7 @@ def nodes(options, index):
              'route_fields' :           { 'subnet' : '0.0.0.0/0',
                                           'next_hop' : 'xxx-deferred-xxx',
                                           },
              '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
              },
              'tags'               :     {
                  # no tags anymore
              },