aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2007-12-20 12:32:12 -0600
committerAaron Griffin <aaronmgriffin@gmail.com>2007-12-20 12:32:12 -0600
commitab5595c4f8cdea8e6b1813701828576cbfee2fc2 (patch)
tree79c85a90b13cf0f1d96f4273abe8bae35ecb2cc1 /rc.conf
parent2694f1224dfb5b5c734a781fc813e639139feb39 (diff)
downloadinitscripts-ab5595c4f8cdea8e6b1813701828576cbfee2fc2.tar.xz
Deprecate MOD_BLACKLIST via some comments
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/rc.conf b/rc.conf
index 3e8b624..0799974 100644
--- a/rc.conf
+++ b/rc.conf
@@ -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