mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
external sources arg
This commit is contained in:
parent
7cfeddf82d
commit
4ebd0b605c
2 changed files with 6 additions and 3 deletions
|
|
@ -37,6 +37,7 @@ def create_configuration_file(args):
|
|||
config.write(f"INTERNAL_CI={args.internal_ci or False}\n")
|
||||
config.write(f"INTERACTIVE={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