chiark / gitweb /
udevadm-settle: add missing brace
[elogind.git] / man / systemd-modules-load.service.xml
index 405ae4ffccfd84d44cfadf44c2f80c6cdf03f2e9..28dd8ecb4296f7cc53caf3a2a07637c5f7a0d2b3 100644 (file)
@@ -19,7 +19,7 @@
   You should have received a copy of the GNU Lesser General Public License
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 -->
-<refentry id="systemd-modules-load.service">
+<refentry id="systemd-modules-load.service" conditional='HAVE_KMOD'>
 
         <refentryinfo>
                 <title>systemd-modules-load.service</title>
         </refnamediv>
 
         <refsynopsisdiv>
-                <para><filename>sysytemd-modules-load.service</filename></para>
+                <para><filename>systemd-modules-load.service</filename></para>
                 <para><filename>/usr/lib/systemd/systemd-modules-load</filename></para>
         </refsynopsisdiv>
 
         <refsect1>
                 <title>Description</title>
 
-               <para><filename>systemd-modules-load.service</filename>
-               is an early-boot service that loads kernel modules
-               from static configuration.</para>
+                <para><filename>systemd-modules-load.service</filename>
+                is an early-boot service that loads kernel modules
+                from static configuration.</para>
 
                 <para>See
                 <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 class='kernel-commandline-options'>
+
+                        <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>
@@ -69,7 +94,6 @@
                 <para>
                         <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
                         <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
-                        <citerefentry><refentrytitle>wine</refentrytitle><manvolnum>8</manvolnum></citerefentry>
                 </para>
         </refsect1>