diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-12-20 12:32:12 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-12-20 12:32:12 -0600 |
commit | ab5595c4f8cdea8e6b1813701828576cbfee2fc2 (patch) | |
tree | 79c85a90b13cf0f1d96f4273abe8bae35ecb2cc1 /rc.conf | |
parent | 2694f1224dfb5b5c734a781fc813e639139feb39 (diff) |
Deprecate MOD_BLACKLIST via some comments
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,8 +30,10 @@ USECOLOR="yes" # MOD_BLACKLIST: Prevent udev from loading these modules # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist. # +# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array. +# MOD_AUTOLOAD="yes" -MOD_BLACKLIST=() +#MOD_BLACKLIST=() #deprecated MODULES=() # Scan for LVM volume groups at startup, required if you use LVM |