From 1a4e83e2fb47bb93d61236cdbe9a41cbd022053f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 2 Jun 2022 20:51:15 +0100 Subject: [PATCH] Fix another mismerge that broke rootless bootstrap. --- rootfs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootfs.py b/rootfs.py index 9c493d2..73f91b5 100755 --- 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)