]> TLD Linux GIT Repositories - rc-scripts.git/blob - modules.preudev
- disable lock checks (happens on LUKS2 and fails during system boot)
[rc-scripts.git] / modules.preudev
1 # /etc/modules.preudev: kernel modules to load before udev at boot time.
2 #
3 # This file should contain the names of kernel modules that are
4 # to be loaded before udev starts doing its magick at boot time,
5 # one per line with extra args treated as modprobe options.
6 #
7 # Comments begin with a `#', and everything on the line after them are ignored.
8 #
9 # You can also have /etc/modules.preudev.X.Y and /etc/modules.preudev.X.Y.Z,
10 # where X.Y.Z are kernel version numbers
11 # The modules files are processed in exactly that order too.
12
13 # example set for DELL MD3000 array driver
14 #sd_mod
15 #sg
16 #mppUpper
17 #mptsas
18 #mppVhba
19
20 # modules can take params as well:
21 #loop max_loop=256