File: modules.5

package info (click to toggle)
module-init-tools 3.12-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,296 kB
  • ctags: 1,264
  • sloc: sh: 7,010; ansic: 6,584; makefile: 1,114
file content (14 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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. Arguments can be given in the same line as the module
name. Lines beginning with a '#' are ignored. 
.SH "SEE ALSO"
.BR depmod (8)
.BR modprobe (8)
.BR modprobe.conf (5)