bug#36117: [PATCH 4/4] services/qemu-binfmt: Use the F flag and the static output of QEMU.

2021-02-25 Thread Maxim Cournoyer
Hello again, Ludovic Courtès writes: [...] >> ;; Platforms that QEMU can emulate. >> -(define-record-type >> - (qemu-platform name family magic mask) >> +(define-record-type* > > Since this is for internal consumption, I’m in favor of keeping plain > ‘define-record-type’. Also, I don’t thi

bug#36117: [PATCH 4/4] services/qemu-binfmt: Use the F flag and the static output of QEMU.

2021-02-23 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > Fixes . > > Before this change, the 'binfmt_misc' entries registered for QEMU would not be > usable in container contexts outside of guix-daemon (without manually bind > mounting file names). > > For example: > > $ docker ru

bug#36117: [PATCH 4/4] services/qemu-binfmt: Use the F flag and the static output of QEMU.

2021-02-22 Thread Maxim Cournoyer
Fixes . Before this change, the 'binfmt_misc' entries registered for QEMU would not be usable in container contexts outside of guix-daemon (without manually bind mounting file names). For example: $ docker run --rm arm32v7/debian true standard_init_linux.go:207