> ```On Thu, 13 Jul 2017 00:17:54 -0700 Ben Young <crunchbangplusplus@gmail.
> qemu-aarch64-static.conf
[...]
> I can't seem to find the source for these files in either Debian's
> or
> Fedora's package source, nor in the upstream qemu source.
These files are generated by the postinst script (warning, here be
dragons, do not mess with this file) /var/lib/dpkg/info/qemu-user-
static.postinst with the result going into /var/lib/binfmts/ (also not
supposed to be edited, but you could put overriding copies in
/etc/binfmt.d I think).
Compared with Fedora the ones generated by the postinst lack the "F"
flag which enables "fixed mode" which is what is needed to avoid the
requirement to bindmount the qemu binary into the container.
I filed a bug about that on Tuesday:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868030
Thanks,
Ian.