]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- mention that /etc/modules.X.Y and /etc/modules.X.Y.Z are readed too
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 29 Jan 2008 12:10:35 +0000 (12:10 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 29 Jan 2008 12:10:35 +0000 (12:10 +0000)
- mention that module options are processed too

svn-id: @9209

modules

diff --git a/modules b/modules
index 50a64d95ff9b52464913870eb3b64f5918134003..bb9f69e69d41b29480684c3a759bc3e23ddb1711 100644 (file)
--- a/modules
+++ b/modules
@@ -2,7 +2,12 @@
 # $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 preocessed in exactly that order too.
 
-# loop
+#loop
This page took 0.042267 seconds and 4 git commands to generate.