summaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorSebastien Luttringer <seblu@seblu.net>2011-04-13 17:59:51 +0800
committerTom Gundersen <teg@jklm.no>2011-04-13 20:47:20 +0800
commit23afb988d59c6167b33353155cf8fafef3c5855a (patch)
tree0009e514bb03a5d466153e48f7b28928ec157c25 /rc.conf
parentf144946d98a93b667dcf1def10ab066bda528aea (diff)
mdadm: disable SoftRAID detection
This job is done by recent version of mdadm in /lib/udev/rules.d/64-md-raid.rules. This will also fix FS#20117. Signed-off-by: Sebastien Luttringer <seblu@seblu.net> Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.conf b/rc.conf
index 02bb1d7..77dcf3a 100644
--- a/rc.conf
+++ b/rc.conf
@@ -40,9 +40,6 @@ MODULES=()
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30
-# Scan for SoftRAID (mdadm) Volumes at startup
-USEMDADM="no"
-
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"