summaryrefslogtreecommitdiffstats
path: root/upstream/debian-bookworm/man5/modules.5
blob: ff452bba1aba069b4837b7acf732226848c45af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.TH MODULES 5 "Version 1.2" "Debian GNU/Linux"
.SH NAME
/etc/modules - kernel modules to load at boot time
.SH DESCRIPTION
.PP
The
.B /etc/modules
file contains the names of kernel modules that are to be loaded at boot
time, one per line. Options can only be specified using
.B modprobe.d
configuration files. Lines beginning with a '#' are ignored.
.SH "EXAMPLE"
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that
    # should be loaded at boot time, one per line. Lines
    # beginning with "#" are ignored.

    w83781d

    3c509
    nf_nat_ftp
.SH "SEE ALSO"
.BR depmod (8)
.BR modprobe (8)
.BR modprobe\.d (5)