[arch-dev-public] [PATCH] Remove MOD_BLACKLIST from rc.conf

Dan McGee dan at archlinux.org
Tue Feb 1 16:04:40 EST 2011


We don't parse this anywhere anymore; not only is it deprecated it is
obsolete.

Signed-off-by: Dan McGee <dan at archlinux.org>
---
 rc.conf |    4 ----
 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
-- 
1.7.4



More information about the arch-dev-public mailing list