commit: 1a4e83e2fb47bb93d61236cdbe9a41cbd022053f
parent b0f0fa3a95e07c523ae69878e25a4a23af4fff48
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Thu, 2 Jun 2022 20:51:15 +0100
Fix another mismerge that broke rootless bootstrap.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rootfs.py b/rootfs.py
@@ -152,7 +152,8 @@ print(shutil.which('chroot'))
create_disk_image=False)
system_a.prepare(mount_tmpfs=False,
copy_sysc=True,
- create_initramfs=False)
+ create_initramfs=False,
+ repo_path=args.repo)
# sysa
arch = stage0_arch_map.get(args.arch, args.arch)