summaryrefslogtreecommitdiff
path: root/man/systemd-modules-load.service.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/systemd-modules-load.service.8')
-rw-r--r--man/systemd-modules-load.service.851
1 files changed, 51 insertions, 0 deletions
diff --git a/man/systemd-modules-load.service.8 b/man/systemd-modules-load.service.8
new file mode 100644
index 0000000000..ea493539b3
--- /dev/null
+++ b/man/systemd-modules-load.service.8
@@ -0,0 +1,51 @@
+'\" t
+.TH "SYSTEMD\-MODULES\-LOAD\&.SERVICE" "8" "" "systemd 208" "systemd-modules-load.service"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+systemd-modules-load.service, systemd-modules-load \- Configure kernel modules to load at boot
+.SH "SYNOPSIS"
+.PP
+systemd\-modules\-load\&.service
+.PP
+/usr/lib/systemd/systemd\-modules\-load
+.SH "DESCRIPTION"
+.PP
+systemd\-modules\-load\&.service
+is an early\-boot service that loads kernel modules from static configuration\&.
+.PP
+See
+\fBmodules-load.d\fR(5)
+for information about the configuration of this service\&.
+.SH "KERNEL COMMAND LINE"
+.PP
+systemd\-modules\-load\&.service
+understands the following kernel command line parameters:
+.PP
+\fImodules\-load=\fR, \fIrd\&.modules\-load=\fR
+.RS 4
+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\&.
+.RE
+.SH "SEE ALSO"
+.PP
+\fBsystemd\fR(1),
+\fBmodules-load.d\fR(5),