~smoser/ubuntu/quantal/module-init-tools/lp-1115710

« back to all changes in this revision

Viewing changes to extra/modules.5

  • Committer: Bazaar Package Importer
  • Author(s): Andy Whitcroft
  • Date: 2011-06-08 11:53:21 UTC
  • mfrom: (0.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110608115321-2zwtf5l3mbbz1sck
Tags: 3.13-1ubuntu1
* Manual Resync with Debian version 3.13-1.
  - Remaining changes:
    + Ubuntu specific control scripts carrying upgrade quirks
    + Ubuntu specific modprobe.d/depmod.d contents
    + debian/patches/ubuntu-maps_by_default -- Reenable map files
    + debian/patches/ubuntu-modinfo-wantparm-uninitialised -- fix
      performance issue due to unitialised variable in modinfo
    + switch source to 'unapply-patches' to simplify merging with
      debian upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH MODULES 5 "Version 1.2" "Debian GNU/Linux"
 
2
.SH NAME
 
3
/etc/modules - kernel modules to load at boot time
 
4
.SH DESCRIPTION
 
5
.PP
 
6
The
 
7
.B /etc/modules
 
8
file contains the names of kernel modules that are to be loaded at boot
 
9
time, one per line. Arguments can be given in the same line as the module
 
10
name. Lines beginning with a '#' are ignored. 
 
11
.SH "SEE ALSO"
 
12
.BR depmod (8)
 
13
.BR modprobe (8)
 
14
.BR modprobe.conf (5)