From d2870cf17a7c71631a81b63df5fe921832fc362d Mon Sep 17 00:00:00 2001 From: rick-masters Date: Fri, 26 May 2023 12:16:06 +0000 Subject: [PATCH] Generate bootstrap.cfg for bare metal. --- rootfs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/rootfs.py b/rootfs.py index 5e166d6..0ec482a 100755 --- a/rootfs.py +++ b/rootfs.py @@ -135,9 +135,6 @@ def main(): raise ValueError("Must use one or more cores.") # bootstrap.cfg - if args.bare_metal: - args.no_create_config = True - try: os.remove(os.path.join('sysa', 'bootstrap.cfg')) except FileNotFoundError: