On 05/11/2016 12:30 AM, André Silva wrote: > Maybe '-s' should be before than '/usr/bin/qemu-arm-static' to make > effect and solve the issue, eg. arch_nspawn_flags+=(-f -s > /usr/bin/qemu-arm-static)
I think '-s' should be before than '-f' since it copies the qemu-arm-static file from the host to the chroot. eg. arch_nspawn_flags+=(-s -f /usr/bin/qemu-arm-static).
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
