mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
kernel-install(8): add documentation about the configuration files used
This commit is contained in:
parent
81516adcb7
commit
2d0614d3d3
@ -125,12 +125,40 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<para>Drop-in files, which are executed by kernel-install.</para>
|
<para>Drop-in files, which are executed by kernel-install.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<filename>/etc/kernel/cmdline</filename>
|
||||||
|
<filename>/proc/cmdline</filename>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>The contents of the file <filename>/etc/kernel/cmdline</filename> specifies the kernel command line to use.
|
||||||
|
If that file does not exist, <filename>/proc/cmdline</filename> is used.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<filename>/etc/machine-id</filename>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>The contents of the file specifies the machine identifaction <MACHINE-ID>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<filename>/etc/os-release</filename>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>The contents of the file specifies the the operating system id <OS-ID>.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
<para>
|
<para>
|
||||||
|
<citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
|
||||||
|
<citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
|
||||||
<ulink url="http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>
|
<ulink url="http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user