New comment by ejolson2005 on void-packages repository https://github.com/void-linux/void-packages/issues/23557#issuecomment-657950605 Comment: The resolv.conf in the chroot looks like ``` domain wulf search wulf math.unr.edu nameserver 192.168.174.129 ``` Note the root filesystem in the chroot did not come from an aarch64 version of Void Linux but is aarch64 Debian. My understanding is that qemu-aarch64-static is statically linked (whether from glibc or musl versions of Void), so copying them around should just work, and it does at least copying the one from the glibc system to the musl system. Everything else is the same.