]> git.pld-linux.org Git - projects/rc-scripts.git/blame - modules
Don't fail if arrays are already assembled (ex raid10 with 4 devices, one device...
[projects/rc-scripts.git] / modules
CommitLineData
de1fc6ce 1# /etc/modules: kernel modules to load at boot time.
de1fc6ce
JR
2#
3# This file should contain the names of kernel modules that are
f0d8f375
ER
4# to be loaded at boot time, one per line with extra args treated as modprobe
5# options.
6#
7# Comments begin with a `#', and everything on the line after them are ignored.
8#
9# You can also have /etc/modules.X.Y and /etc/modules.X.Y.Z, where X.Y.Z are kernel version numbers
63000804 10# The modules files are processed in exactly that order too.
de1fc6ce 11
f0d8f375 12#loop
450df865
ER
13
14# modules can take params as well:
15#loop max_loop=256
This page took 0.074474 seconds and 4 git commands to generate.