summaryrefslogtreecommitdiff
path: root/man/systemd-modules-load.service.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-04 01:12:25 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-04 01:12:53 +0200
commit627e4bb29fa7223ae8ea97a46a9581627eb24ee6 (patch)
tree4079f485517232e68784233da5c531ad1fdde26d /man/systemd-modules-load.service.xml
parent5389fedd99dacee6811057c8e49a6cb96ba6a52e (diff)
man: update man pages to reflect the driver= to load-modules= rename
Diffstat (limited to 'man/systemd-modules-load.service.xml')
-rw-r--r--man/systemd-modules-load.service.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml
index 16c6a655d..e5f10a7be 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>