mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 13:55:24 +01:00
external sources arg
This commit is contained in:
parent
e327b20cc8
commit
347a33bd7e
2 changed files with 4 additions and 54 deletions
|
|
@ -41,8 +41,8 @@ def create_configuration_file(args):
|
|||
config.write(f"FINAL_JOBS={args.cores}\n")
|
||||
config.write(f"INTERNAL_CI={args.internal_ci or False}\n")
|
||||
config.write(f"INTERACTIVE={args.interactive}\n")
|
||||
config.write(f"QEMU={args.qemu}\n")
|
||||
config.write(f"BARE_METAL={args.bare_metal or (args.qemu and args.interactive)}\n")
|
||||
config.write(f"BARE_METAL={args.bare_metal}\n")
|
||||
config.write(f"EXTERNAL_SOURCES={args.external_sources}\n")
|
||||
if (args.bare_metal or args.qemu) and not args.kernel:
|
||||
if args.repo or args.external_sources:
|
||||
config.write("DISK=sdb1\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue