From: Lennart Poettering Date: Tue, 3 Jul 2012 23:12:25 +0000 (+0200) Subject: man: update man pages to reflect the driver= to load-modules= rename X-Git-Tag: v187~165 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=627e4bb29fa7223ae8ea97a46a9581627eb24ee6 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 99908418e..d5c3f34c6 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -259,8 +259,8 @@ - driver= - rd.driver= + modules-load= + rd.modules-load= Load a specific kernel 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 @@ modules-load.d5 for information about the configuration of this service. + + + + + Kernel Command Line + + systemd-modules-load.service understands + the following kernel command line parameters: + + + + + modules-load= + rd.modules-load= + + Takes a comma + separated list of kernel modules to + statically load during early boot. The + option prefixed with + rd. is read by the + initial RAM disk + only. + + +