forked from Mirror/pmbootstrap
qemu: run: Invoke the correct qemu command (MR 2476)
pmbootstrap qemu did not respect architecture-specfic QEMU command name mappings. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
parent
13d8154373
commit
1e3e41907f
1 changed files with 1 additions and 1 deletions
|
@ -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 += ["-L", chroot_native / "usr/share/qemu/"]
|
||||||
|
|
||||||
command += ["-nodefaults"]
|
command += ["-nodefaults"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue