]> git.proxmox.com Git - systemd.git/blob - man/systemd-modules-load.service.8
Imported Upstream version 218
[systemd.git] / man / systemd-modules-load.service.8
1 '\" t
2 .TH "SYSTEMD\-MODULES\-LOAD\&.SERVICE" "8" "" "systemd 218" "systemd-modules-load.service"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 systemd-modules-load.service, systemd-modules-load \- Load kernel modules at boot
24 .SH "SYNOPSIS"
25 .PP
26 systemd\-modules\-load\&.service
27 .PP
28 /usr/lib/systemd/systemd\-modules\-load
29 .SH "DESCRIPTION"
30 .PP
31 systemd\-modules\-load\&.service
32 is an early\-boot service that loads kernel modules based on static configuration\&.
33 .PP
34 See
35 \fBmodules-load.d\fR(5)
36 for information about the configuration of this service\&.
37 .SH "KERNEL COMMAND LINE"
38 .PP
39 systemd\-modules\-load\&.service
40 understands the following kernel command line parameters:
41 .PP
42 \fImodules\-load=\fR, \fIrd\&.modules\-load=\fR
43 .RS 4
44 Takes a comma\-separated list of kernel modules to statically load during early boot\&. The option prefixed with
45 "rd\&."
46 is read by the initial RAM disk only\&.
47 .RE
48 .SH "SEE ALSO"
49 .PP
50 \fBsystemd\fR(1),
51 \fBmodules-load.d\fR(5),