2011-04-04 09:36:42 +08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--*-nxml-*-->
|
2019-03-14 21:40:58 +08:00
|
|
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
2023-12-25 22:48:33 +08:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
2020-11-09 12:23:58 +08:00
|
|
|
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
|
2014-11-29 17:05:43 +08:00
|
|
|
<refentry id="binfmt.d" conditional='ENABLE_BINFMT'
|
2015-02-04 10:14:13 +08:00
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
|
|
|
<refentryinfo>
|
|
|
|
<title>binfmt.d</title>
|
|
|
|
<productname>systemd</productname>
|
|
|
|
</refentryinfo>
|
|
|
|
|
|
|
|
<refmeta>
|
|
|
|
<refentrytitle>binfmt.d</refentrytitle>
|
|
|
|
<manvolnum>5</manvolnum>
|
|
|
|
</refmeta>
|
|
|
|
|
|
|
|
<refnamediv>
|
|
|
|
<refname>binfmt.d</refname>
|
|
|
|
<refpurpose>Configure additional binary formats for
|
|
|
|
executables at boot</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsynopsisdiv>
|
2023-12-14 19:52:03 +08:00
|
|
|
<para><simplelist>
|
|
|
|
<member><filename>/etc/binfmt.d/*.conf</filename></member>
|
|
|
|
<member><filename>/run/binfmt.d/*.conf</filename></member>
|
2024-06-05 23:08:57 +08:00
|
|
|
<member><filename>/usr/local/lib/binfmt.d/*.conf</filename></member>
|
2023-12-14 19:52:03 +08:00
|
|
|
<member><filename>/usr/lib/binfmt.d/*.conf</filename></member>
|
|
|
|
</simplelist></para>
|
2015-02-04 10:14:13 +08:00
|
|
|
</refsynopsisdiv>
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
|
|
|
|
<para>At boot,
|
|
|
|
<citerefentry><refentrytitle>systemd-binfmt.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
|
|
|
|
reads configuration files from the above directories to register
|
|
|
|
in the kernel additional binary formats for executables.</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>Configuration Format</title>
|
|
|
|
|
2018-05-03 04:03:02 +08:00
|
|
|
<para>Each file contains a list of binfmt_misc kernel binary format rules. Consult the kernel's <ulink
|
2022-07-04 22:26:30 +08:00
|
|
|
url="https://docs.kernel.org/admin-guide/binfmt-misc.html">Kernel Support for
|
2021-12-10 02:21:55 +08:00
|
|
|
miscellaneous Binary Formats (binfmt_misc)</ulink> documentation file for more information on
|
|
|
|
registration of additional binary formats and how to write rules.</para>
|
2015-02-04 10:14:13 +08:00
|
|
|
|
2021-11-16 16:15:29 +08:00
|
|
|
<para>Empty lines and lines beginning with <literal>;</literal> and <literal>#</literal> are ignored.
|
|
|
|
Note that this means you may not use those symbols as the delimiter in binary format rules.</para>
|
2015-02-04 10:14:13 +08:00
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<xi:include href="standard-conf.xml" xpointer="confd" />
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>Example</title>
|
|
|
|
<example>
|
|
|
|
<title>/etc/binfmt.d/wine.conf example:</title>
|
|
|
|
|
|
|
|
<programlisting># Start WINE on Windows executables
|
2011-04-04 09:36:42 +08:00
|
|
|
:DOSWin:M::MZ::/usr/bin/wine:</programlisting>
|
2015-02-04 10:14:13 +08:00
|
|
|
</example>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1>
|
|
|
|
<title>See Also</title>
|
2023-12-23 02:09:32 +08:00
|
|
|
<para><simplelist type="inline">
|
|
|
|
<member><citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
|
|
|
|
<member><citerefentry><refentrytitle>systemd-binfmt.service</refentrytitle><manvolnum>8</manvolnum></citerefentry></member>
|
|
|
|
<member><citerefentry><refentrytitle>systemd-delta</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
|
|
|
|
<member><citerefentry project='die-net'><refentrytitle>wine</refentrytitle><manvolnum>8</manvolnum></citerefentry></member>
|
|
|
|
</simplelist></para>
|
2015-02-04 10:14:13 +08:00
|
|
|
</refsect1>
|
2011-04-04 09:36:42 +08:00
|
|
|
|
|
|
|
</refentry>
|