Generate bootstrap.cfg for bare metal.

This commit is contained in:
rick-masters 2023-05-26 12:16:06 +00:00
parent 9dffcd7c8a
commit d2870cf17a
1 changed files with 0 additions and 3 deletions

View File

@ -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: