-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
After installing the qemu-user-binfmt package, the binary formats from /usr/lib/binfmt.d aren't registered automatically like they should.
The (a) solution is to put the following in /etc/wsl.conf:
[boot]
command = "shopt -s nullglob; for f in /usr/lib/binfmt.d/*.conf; do cat $f > /proc/sys/fs/binfmt_misc/register; done"
Metadata
Metadata
Assignees
Labels
No labels