2016-07-18 01:23:12 +05:30
|
|
|
# Linux users can define a list of modules for a specific kernel version,
|
|
|
|
# a released kernel version, a main kernel version or all kernel versions.
|
2011-07-04 13:18:51 +05:30
|
|
|
# The most specific versioned variable will take precedence.
|
2016-07-18 01:23:12 +05:30
|
|
|
# FreeBSD users can only use the modules="foo bar" setting.
|
2007-12-29 04:11:19 +05:30
|
|
|
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
|
|
|
|
#modules_2_6_23="tun ieee1394"
|
|
|
|
#modules_2_6="tun"
|
2011-07-04 13:18:51 +05:30
|
|
|
#modules_2="ipv6"
|
2007-12-29 04:11:19 +05:30
|
|
|
#modules="ohci1394"
|
|
|
|
|
2016-07-18 01:23:12 +05:30
|
|
|
# Linux users can give the modules some arguments if needed, per version
|
|
|
|
# if necessary.
|
2011-07-04 13:18:51 +05:30
|
|
|
# Again, the most specific versioned variable will take precedence.
|
2016-07-18 01:23:12 +05:30
|
|
|
# This is not supported on FreeBSD.
|
2008-03-25 14:01:48 +05:30
|
|
|
#module_ieee1394_args="debug"
|
2011-07-04 13:18:51 +05:30
|
|
|
#module_ieee1394_args_2_6_23_gentoo_r5="debug2"
|
|
|
|
#module_ieee1394_args_2_6_23="debug3"
|
|
|
|
#module_ieee1394_args_2_6="debug4"
|
|
|
|
#module_ieee1394_args_2="debug5"
|
2007-12-29 04:11:19 +05:30
|
|
|
|
|
|
|
# You should consult your kernel documentation and configuration
|
|
|
|
# for a list of modules and their options.
|