[systemd-commits] man/kernel-command-line.xml man/systemd-modules-load.service.xml

Lennart Poettering lennart at kemper.freedesktop.org
Tue Jul 3 16:13:53 PDT 2012


 man/kernel-command-line.xml          |    4 ++--
 man/systemd-modules-load.service.xml |   25 +++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 2 deletions(-)

New commits:
commit 627e4bb29fa7223ae8ea97a46a9581627eb24ee6
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jul 4 01:12:25 2012 +0200

    man: update man pages to reflect the driver= to load-modules= rename

diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml
index 9990841..d5c3f34 100644
--- a/man/kernel-command-line.xml
+++ b/man/kernel-command-line.xml
@@ -259,8 +259,8 @@
                         </varlistentry>
 
                         <varlistentry>
-                                <term><varname>driver=</varname></term>
-                                <term><varname>rd.driver=</varname></term>
+                                <term><varname>modules-load=</varname></term>
+                                <term><varname>rd.modules-load=</varname></term>
 
                                 <listitem>
                                         <para>Load a specific kernel
diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml
index 16c6a65..e5f10a7 100644
--- a/man/systemd-modules-load.service.xml
+++ b/man/systemd-modules-load.service.xml
@@ -62,6 +62,31 @@
                 <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>



More information about the systemd-commits mailing list