Name

binfmt.d — Configure additional binary formats at boot

Synopsis

/etc/binfmt.d/*.conf

Configuration Format

Each file contains a list of binfmt_misc kernel binary format rules. Consult binfmt_misc.txt for more information on registration of additional binary formats and how to write rules.

Empty lines and lines beginning with ; and # are ignored. Note that this means you may not use ; and # as delimiter in binary format rules.

Configuration files are loaded in alphabetical order. To ensure that a specific rule takes precedence over another place it in a file with an alphabetically later name.