restore plain-bootstrapfs for better perfs
[tests.git] / system / config_default.py
index 3a840fe..fc789c7 100644 (file)
@@ -68,7 +68,9 @@ def nodes(options, index):
                                           },
              'bootmedium_options' :     [ 'serial', 'no-hangcheck', 'systemd-debug' ],
              # provision for bonding
-             'tags'               :     {},
+             'tags'               :     {
+                 'plain-bootstrapfs' : 'YES',
+             },
              # boot cd settings
              # we should have tags here instead of the hard-wired
              # options set for GetBootMedium in TestNode.py