aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-02-16 17:56:33 +0000
committerJudd Vinet <judd@archlinux.org>2006-02-16 17:56:33 +0000
commita33f5477d845f3919cd746ab2be1180cb025b415 (patch)
tree4c6bd2ccfea2a494485c4b2904d77aa0616059cd /rc.conf
parent655d3db463145facd994e5e3cfd0c0a911b30297 (diff)
downloadinitscripts-a33f5477d845f3919cd746ab2be1180cb025b415.tar.xz
hwdetect->udev, removed default usbserial blacklist
Diffstat (limited to 'rc.conf')
-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"