aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.conf b/rc.conf
index aeb7fa9..19d3900 100644
--- a/rc.conf
+++ b/rc.conf
@@ -30,13 +30,13 @@ USECOLOR="yes"
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
-# Module Blacklist - modules in this list will never be loaded by hwdetect
+# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=()
#
# Modules to load at boot-up (in this order)
# - prefix a module with a ! to blacklist it
#
-MODULES=(!usbserial)
+MODULES=()
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"