From 627e4bb29fa7223ae8ea97a46a9581627eb24ee6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 4 Jul 2012 01:12:25 +0200 Subject: [PATCH 1/1] man: update man pages to reflect the driver= to load-modules= rename --- man/kernel-command-line.xml | 4 ++-- 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 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. + + + -- 2.30.2