Skip to content

Commit f67b730

Browse files
committed
ngci: Fix qemu boot to use modules.tar.gz not bz2
1 parent 4fb3a49 commit f67b730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ngci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def boot_host(state, boot, host_dir, number, total):
754754

755755
boot_args = [
756756
f'--kernel-path {artifact_dir}/vmlinux',
757-
f'--modules-path {artifact_dir}/modules.tar.bz2',
757+
f'--modules-path {artifact_dir}/modules.tar.gz',
758758
f'--release-path {artifact_dir}/kernel.release'
759759
]
760760

0 commit comments

Comments
 (0)