commit: d2870cf17a7c71631a81b63df5fe921832fc362d
parent 9dffcd7c8a9cfc9b8bd51c4e206fbff46e77a159
Author: rick-masters <grick23@gmail.com>
Date: Fri, 26 May 2023 12:16:06 +0000
Generate bootstrap.cfg for bare metal.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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: