]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-modules-load.service.xml
man: standarize on one-line license header
[thirdparty/systemd.git] / man / systemd-modules-load.service.xml
CommitLineData
9393a877
LP
1<?xml version="1.0"?>
2<!--*-nxml-*-->
12b42c76 3<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
0307f791 4<!-- SPDX-License-Identifier: LGPL-2.1+ -->
56ba3c78 5<refentry id="systemd-modules-load.service" conditional='HAVE_KMOD'>
9393a877 6
798d3a52
ZJS
7 <refentryinfo>
8 <title>systemd-modules-load.service</title>
9 <productname>systemd</productname>
798d3a52
ZJS
10 </refentryinfo>
11
12 <refmeta>
13 <refentrytitle>systemd-modules-load.service</refentrytitle>
14 <manvolnum>8</manvolnum>
15 </refmeta>
16
17 <refnamediv>
18 <refname>systemd-modules-load.service</refname>
19 <refname>systemd-modules-load</refname>
20 <refpurpose>Load kernel modules at boot</refpurpose>
21 </refnamediv>
22
23 <refsynopsisdiv>
24 <para><filename>systemd-modules-load.service</filename></para>
12b42c76 25 <para><filename>/usr/lib/systemd/systemd-modules-load</filename></para>
798d3a52
ZJS
26 </refsynopsisdiv>
27
28 <refsect1>
29 <title>Description</title>
30
31 <para><filename>systemd-modules-load.service</filename> is an
b938cb90 32 early boot service that loads kernel modules based on static
798d3a52
ZJS
33 configuration.</para>
34
35 <para>See
36 <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
37 for information about the configuration of this service.</para>
38
39 </refsect1>
40
41 <refsect1>
42 <title>Kernel Command Line</title>
43
44 <para><filename>systemd-modules-load.service</filename>
45 understands the following kernel command line parameters:</para>
46
47 <variablelist class='kernel-commandline-options'>
48
49 <varlistentry>
1d84ad94
LP
50 <term><varname>modules_load=</varname></term>
51 <term><varname>rd.modules_load=</varname></term>
798d3a52
ZJS
52
53 <listitem><para>Takes a comma-separated list of kernel modules
54 to statically load during early boot. The option prefixed with
55 <literal>rd.</literal> is read by the initial RAM disk
56 only.</para></listitem>
57 </varlistentry>
58
59 </variablelist>
60 </refsect1>
61
62 <refsect1>
63 <title>See Also</title>
64 <para>
65 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
66 <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
67 </para>
68 </refsect1>
9393a877
LP
69
70</refentry>