diff options
author | Tom Gundersen <teg@jklm.no> | 2011-05-31 01:18:50 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-05-31 01:18:50 +0200 |
commit | 268986e2d39a9ead28b8281fbbcbf79b6ec6c240 (patch) | |
tree | d86cdefc7fb15e60c866d78c9b8025882de58bc7 /rc.conf | |
parent | 2b188618291d537c0b5da8c3b84902e53436352a (diff) |
depraction: MOD_AUTOLOAD and MODULES blacklisting
Add comment to note that MOD_AUTOLOAD should always be "yes" and
blacklisting is no longer supported in the MODULES array.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -33,8 +33,12 @@ VERBOSE="3" # HARDWARE # ----------------------------------------------------------------------- # -# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed -# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist. +# MOD_AUTOLOAD: Deprecated. Always leave at "yes". +# MODULES: Modules to load at boot-up. Blacklisting is no longer supported. +# Replace every !module by an entry as on the following line in a file in +# /etc/modprobe.d: +# blacklist module +# See "man modprobe.conf" for details. # MOD_AUTOLOAD="yes" MODULES=() |