aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-02-01 15:04:40 -0600
committerThomas Bächler <thomas@archlinux.org>2011-02-01 23:43:40 +0100
commit9f23b3a2d5f2b6a3601b2daacc107f80499bf0ba (patch)
treeac2ebd5c4336de920eaf59090c06e89fbbbb5501
parent67ea3074e2a2e46509aab892cfea32c677deca6d (diff)
downloadinitscripts-9f23b3a2d5f2b6a3601b2daacc107f80499bf0ba.tar.xz
Remove MOD_BLACKLIST from rc.conf
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--rc.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/rc.conf b/rc.conf
index ee09bc2..e719096 100644
--- a/rc.conf
+++ b/rc.conf
@@ -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