chiark / gitweb /
man: document sd_journal_add_match()
[elogind.git] / man / systemd-modules-load.service.xml
index 16c6a655d5efc3af34f6eb63270bf8e0cf649a48..e5f10a7bebad0e6c994e19eb125f3b7084d80ed2 100644 (file)
                 <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
                 for information about the configuration of this
                 service.</para>
+
+        </refsect1>
+
+        <refsect1>
+                <title>Kernel Command Line</title>
+
+                <para><filename>systemd-modules-load.service</filename> understands
+                the following kernel command line parameters:</para>
+
+                <variablelist>
+
+                        <varlistentry>
+                                <term><varname>modules-load=</varname></term>
+                                <term><varname>rd.modules-load=</varname></term>
+
+                                <listitem><para>Takes a comma
+                                separated list of kernel modules to
+                                statically load during early boot. The
+                                option prefixed with
+                                <literal>rd.</literal> is read by the
+                                initial RAM disk
+                                only.</para></listitem>
+                        </varlistentry>
+
+                </variablelist>
         </refsect1>
 
         <refsect1>