Arch uses `qemu-arm`
marmistrz opened this issue · comments
not qemu-arm-static
.
We should add some configuration of the qemu executable
Debian also uses "qemu-arm", however "qemu-arm-static" is also provided. The distinction is that qemu-arm-static is statically linked. This is required to be able to chroot into a foreign architecture. Please use a statically linked qemu executable. If it one not available for Arch Linux you can try using the one from Debian:
I happened to stumble onto this which might help you:
https://aur.archlinux.org/packages/qemu-user-static/
It looks like it comes from Debian so it may even include qemu-debootstrap.