]> git.pld-linux.org Git - projects/rc-scripts.git/blame - modules.preudev
rc.sysinit: unify modprobe calls
[projects/rc-scripts.git] / modules.preudev
CommitLineData
f1013e42 1# /etc/modules.preudev: kernel modules to load before udev at boot time.
02990ee4 2# $Id$
f1013e42
JR
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
87863ce6 18#mptsas
f1013e42
JR
19#mppVhba
20
21# modules can take params as well:
22#loop max_loop=256
This page took 0.042823 seconds and 4 git commands to generate.