mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Generate bootstrap.cfg for bare metal.
This commit is contained in:
parent
9dffcd7c8a
commit
d2870cf17a
1 changed files with 0 additions and 3 deletions
|
|
@ -135,9 +135,6 @@ def main():
|
||||||
raise ValueError("Must use one or more cores.")
|
raise ValueError("Must use one or more cores.")
|
||||||
|
|
||||||
# bootstrap.cfg
|
# bootstrap.cfg
|
||||||
if args.bare_metal:
|
|
||||||
args.no_create_config = True
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.remove(os.path.join('sysa', 'bootstrap.cfg'))
|
os.remove(os.path.join('sysa', 'bootstrap.cfg'))
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue