aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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