]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - modules
drop raidutils (raidstart, /etc/raidtab) support. our geninitrd doesn't support it...
[projects/rc-scripts.git] / modules
diff --git a/modules b/modules
index 50a64d95ff9b52464913870eb3b64f5918134003..c191ae8b60fe060362df7e46e802e7a1c01421c6 100644 (file)
--- a/modules
+++ b/modules
@@ -2,7 +2,15 @@
 # $Id$
 #
 # This file should contain the names of kernel modules that are
-# to be loaded at boot time, one per line.  Comments begin with
-# a `#', and everything on the line after them are ignored.
+# to be loaded 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.X.Y and /etc/modules.X.Y.Z, where X.Y.Z are kernel version numbers
+# The modules files are processed in exactly that order too.
+
+#loop
 
-# loop
+# modules can take params as well:
+#loop max_loop=256
This page took 0.034947 seconds and 4 git commands to generate.