From 28986a4a74df3df6ea85c0c954cbb55cbdf71f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 5 Jun 2022 20:59:35 +0100 Subject: [PATCH] Fix remaining repo_path merge issues. --- rootfs.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rootfs.py b/rootfs.py index 73f91b53..c3212f30 100755 --- a/rootfs.py +++ b/rootfs.py @@ -188,7 +188,8 @@ print(shutil.which('chroot')) create_disk_image=True) system_a.prepare(mount_tmpfs=True, copy_sysc=False, - create_initramfs=True) + create_initramfs=True, + repo_path=args.repo) run('git', 'clone', '--depth', '1', '--branch', 'v0.7', @@ -211,7 +212,8 @@ print(shutil.which('chroot')) create_disk_image=True) system_a.prepare(mount_tmpfs=True, copy_sysc=False, - create_initramfs=True) + create_initramfs=True, + repo_path=args.repo) print("Please:") print(" 1. Take sysa/tmp/initramfs and your kernel, boot using this.") @@ -222,7 +224,8 @@ print(shutil.which('chroot')) create_disk_image=True) system_a.prepare(mount_tmpfs=True, copy_sysc=False, - create_initramfs=True) + create_initramfs=True, + repo_path=args.repo) run(args.qemu_cmd, '-enable-kvm',