mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 07:45:24 +01:00
Fix another mismerge that broke rootless bootstrap.
This commit is contained in:
parent
b0f0fa3a95
commit
1a4e83e2fb
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,8 @@ print(shutil.which('chroot'))
|
||||||
create_disk_image=False)
|
create_disk_image=False)
|
||||||
system_a.prepare(mount_tmpfs=False,
|
system_a.prepare(mount_tmpfs=False,
|
||||||
copy_sysc=True,
|
copy_sysc=True,
|
||||||
create_initramfs=False)
|
create_initramfs=False,
|
||||||
|
repo_path=args.repo)
|
||||||
|
|
||||||
# sysa
|
# sysa
|
||||||
arch = stage0_arch_map.get(args.arch, args.arch)
|
arch = stage0_arch_map.get(args.arch, args.arch)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue