Skip to content
Snippets Groups Projects
Unverified Commit 1e3e4190 authored by Jens Reidel's avatar Jens Reidel
Browse files

qemu: run: Invoke the correct qemu command (MR 2476)


pmbootstrap qemu did not respect architecture-specfic QEMU command name
mappings.

Signed-off-by: default avatarJens Reidel <adrian@travitia.xyz>
parent 13d81543
Branches
Tags
1 merge request!2476Support ppc64le and fix cross architecture bootstrapping
......@@ -205,7 +205,7 @@ def command_qemu(
]
)
]
command += [chroot_native / "usr/bin" / f"qemu-system-{arch}"]
command += [chroot_native / "usr/bin" / f"qemu-system-{arch.qemu()}"]
command += ["-L", chroot_native / "usr/share/qemu/"]
command += ["-nodefaults"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment