mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Merge 5f60a8f50b into 133c05426c
This commit is contained in:
commit
c37bde393e
6 changed files with 50 additions and 39 deletions
|
|
@ -185,7 +185,7 @@ print(shutil.which('chroot'))
|
|||
|
||||
elif args.bwrap:
|
||||
init = '/init'
|
||||
if not args.internal_ci or args.internal_ci == "pass1":
|
||||
if not args.internal_ci or args.internal_ci == "start":
|
||||
generator.prepare(target, using_kernel=False)
|
||||
|
||||
arch = stage0_arch_map.get(args.arch, args.arch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue