diff options
author | Dan McGee <dan@archlinux.org> | 2011-02-01 15:04:40 -0600 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-02-01 23:43:40 +0100 |
commit | 9f23b3a2d5f2b6a3601b2daacc107f80499bf0ba (patch) | |
tree | ac2ebd5c4336de920eaf59090c06e89fbbbb5501 /rc.conf | |
parent | 67ea3074e2a2e46509aab892cfea32c677deca6d (diff) |
Remove MOD_BLACKLIST from rc.conf
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -31,13 +31,9 @@ USECOLOR="yes" # ----------------------------------------------------------------------- # # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed -# 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=() #deprecated MODULES=() # Scan for LVM volume groups at startup, required if you use LVM |