summaryrefslogtreecommitdiff
path: root/conf.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-28 22:41:19 +0000
committerRoy Marples <roy@marples.name>2007-12-28 22:41:19 +0000
commit75a8f1ff198ecd6dbf9518676d3481a5b1bf4247 (patch)
tree64bb5abd1997c698313d321d2a35aa780ededdc7 /conf.d.Linux
parentc36c5d0471e3dde4b80f2d20c43408577c5a548a (diff)
downloadopenrc-75a8f1ff198ecd6dbf9518676d3481a5b1bf4247.tar.gz
openrc-75a8f1ff198ecd6dbf9518676d3481a5b1bf4247.tar.bz2
openrc-75a8f1ff198ecd6dbf9518676d3481a5b1bf4247.tar.xz
modules init script now uses it's own config file instead of random foo in /etc
Diffstat (limited to 'conf.d.Linux')
-rw-r--r--conf.d.Linux/modules12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf.d.Linux/modules b/conf.d.Linux/modules
new file mode 100644
index 0000000..485a26c
--- /dev/null
+++ b/conf.d.Linux/modules
@@ -0,0 +1,12 @@
+# You can define a list modules for a specific kernel version,
+# a released kernel version, a main kernel version or just a list.
+#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
+#modules_2_6_23="tun ieee1394"
+#modules_2_6="tun"
+#modules="ohci1394"
+
+# Give the modules some options if needed.
+# module_ieee1394_opts="debug"
+
+# You should consult your kernel documentation and configuration
+# for a list of modules and their options.