diff options
author | Sebastien Luttringer <seblu@seblu.net> | 2011-04-13 17:59:51 +0800 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-04-13 20:47:20 +0800 |
commit | 23afb988d59c6167b33353155cf8fafef3c5855a (patch) | |
tree | 0009e514bb03a5d466153e48f7b28928ec157c25 /rc.conf | |
parent | f144946d98a93b667dcf1def10ab066bda528aea (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.conf | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" |