Skip to content

writable-paths: Add binfmt.d into the mix

Alfred Neumayer requested to merge personal/fredldotme/binfmt into ubports/focal

This allows persistent files to be placed for binary support to be extended, for example by click packages that wish to provide interpreters for scripting languages or binaries. This doesn't require synced as a pristine environment (after device reset for example) should lead to the same result in the filesystem layout.

Note for porters: Requires binfmt_misc kernel module present and loaded into the kernel

Merge request reports