From 75a8f1ff198ecd6dbf9518676d3481a5b1bf4247 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 28 Dec 2007 22:41:19 +0000 Subject: modules init script now uses it's own config file instead of random foo in /etc --- conf.d.Linux/modules | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conf.d.Linux/modules (limited to 'conf.d.Linux/modules') diff --git a/conf.d.Linux/modules b/conf.d.Linux/modules new file mode 100644 index 00000000..485a26cd --- /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. -- cgit v1.2.3