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