commit: 28986a4a74df3df6ea85c0c954cbb55cbdf71f7a
parent 79c532cd2cafde7aa66282a51ba3b2343ecb5152
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Sun, 5 Jun 2022 20:59:35 +0100
Fix remaining repo_path merge issues.
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git 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',