Comment 41 for bug 1840956

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote : Re: qemu-user-static fails to install in WSL

For LXD case, having:

config:
  boot.autostart: "false"
  raw.lxc: |-
    lxc.mount.auto = proc:rw

Might mitigate the issue, allowing /proc/sys/fs/binfmt_misc to be updated by lxd container. Since this is not default, possible SRU would be to detect lxd container in qemu-user-static installation just like it was done for the WSL case.