Skip to content

Prevent RuntimeError if there is no module binfmt_mis

pmbootstrap install failed, because modprobe binfmt_misc failed. pmbootsrap should continue if loading the module fails, since the user might have set CONFIG_BINFMT_MISC=y.

Merge request reports