diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-04 01:12:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-04 01:12:53 +0200 |
commit | 627e4bb29fa7223ae8ea97a46a9581627eb24ee6 (patch) | |
tree | 4079f485517232e68784233da5c531ad1fdde26d /man | |
parent | 5389fedd99dacee6811057c8e49a6cb96ba6a52e (diff) |
man: update man pages to reflect the driver= to load-modules= rename
Diffstat (limited to 'man')
-rw-r--r-- | man/kernel-command-line.xml | 4 | ||||
-rw-r--r-- | man/systemd-modules-load.service.xml | 25 |
2 files changed, 27 insertions, 2 deletions
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 99908418e6..d5c3f34c6f 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 16c6a655d5..e5f10a7beb 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> |