]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- example file
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 31 Oct 2011 19:26:56 +0000 (19:26 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 31 Oct 2011 19:26:56 +0000 (19:26 +0000)
svn-id: @12401

modules.preudev [new file with mode: 0644]

diff --git a/modules.preudev b/modules.preudev
new file mode 100644 (file)
index 0000000..737e374
--- /dev/null
@@ -0,0 +1,22 @@
+# /etc/modules.preudev: kernel modules to load before udev at boot time.
+# $Id: modules.preudev 12368 2011-10-09 22:58:04Z glen $
+#
+# 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
+#mptsat
+#mppVhba
+
+# modules can take params as well:
+#loop max_loop=256
This page took 0.186573 seconds and 4 git commands to generate.