mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Revert to seed tarball + packages for CI pass transitions
The seed tarball is created as early as possible, to minimize its size.
This commit is contained in:
parent
81e3123262
commit
643577e049
3 changed files with 47 additions and 35 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