Merge pull request #298 from rick-masters/fix-baremetal-config

Generate bootstrap.cfg for bare metal.
This commit is contained in:
fosslinux 2023-05-27 23:25:36 +00:00 committed by GitHub
commit 82f2204f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: