diff options
author | Roy Marples <roy@marples.name> | 2008-03-25 08:31:48 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-25 08:31:48 +0000 |
commit | 08aff6ef44ac5dc438d916b53aa61385f6d299f3 (patch) | |
tree | 508494a773b42575949a85e5b4c37bc3320cdd7d /conf.d.Linux | |
parent | 0347f01345459a506d606002e6a0da29d8bcb77a (diff) |
Allow per kernel version module arguments.
Diffstat (limited to 'conf.d.Linux')
-rw-r--r-- | conf.d.Linux/modules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf.d.Linux/modules b/conf.d.Linux/modules index 7f923e7d..2fc26cf3 100644 --- a/conf.d.Linux/modules +++ b/conf.d.Linux/modules @@ -5,8 +5,11 @@ #modules_2_6="tun" #modules="ohci1394" -# Give the modules some arguments if needed. -# module_ieee1394_args="debug" +# Give the modules some arguments if needed, per version if necessary. +#module_ieee1394_args="debug" +#module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394" +#module_ieee1394_args_2_6_23="tun ieee1394" +#module_ieee1394_args_2_6="tun" # You should consult your kernel documentation and configuration # for a list of modules and their options. |