]> git.pld-linux.org Git - projects/rc-scripts.git/blob - modules.preudev
revert r12677
[projects/rc-scripts.git] / modules.preudev
1 # /etc/modules.preudev: kernel modules to load before udev at boot time.
2 # $Id$
3 #
4 # This file should contain the names of kernel modules that are
5 # to be loaded before udev starts doing its magick at boot time,
6 # one per line with extra args treated as modprobe options.
7 #
8 # Comments begin with a `#', and everything on the line after them are ignored.
9 #
10 # You can also have /etc/modules.preudev.X.Y and /etc/modules.preudev.X.Y.Z,
11 # where X.Y.Z are kernel version numbers
12 # The modules files are processed in exactly that order too.
13
14 # example set for DELL MD3000 array driver
15 #sd_mod
16 #sg
17 #mppUpper
18 #mptsas
19 #mppVhba
20
21 # modules can take params as well:
22 #loop max_loop=256
This page took 0.029665 seconds and 3 git commands to generate.