summaryrefslogtreecommitdiff
path: root/modules.preudev
blob: 303b743a6a1ce9ad4b6b37b651bf3058b8af8650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# /etc/modules.preudev: kernel modules to load before udev at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded before udev starts doing its magick at boot time,
# one per line with extra args treated as modprobe options.
#
# Comments begin with a `#', and everything on the line after them are ignored.
#
# You can also have /etc/modules.preudev.X.Y and /etc/modules.preudev.X.Y.Z,
# where X.Y.Z are kernel version numbers
# The modules files are processed in exactly that order too.

# example set for DELL MD3000 array driver
#sd_mod
#sg
#mppUpper
#mptsas
#mppVhba

# modules can take params as well:
#loop max_loop=256