This commit is contained in:
Googulator 2024-01-03 20:37:51 -07:00 committed by GitHub
commit c37bde393e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 50 additions and 39 deletions

View file

@ -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)