aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.conf3
-rwxr-xr-xrc.sysinit5
2 files changed, 0 insertions, 8 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"
diff --git a/rc.sysinit b/rc.sysinit
index e8e4031..1839280 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -111,11 +111,6 @@ run_hook sysinit_udevsettled
[[ -d /sys/class/net/lo ]] && \
status "Bringing up loopback interface" /sbin/ifconfig lo 127.0.0.1 up
-# SoftRAID devices detection
-if [[ $USEMDADM =~ yes|YES && -x /sbin/mdadm ]]; then
- status "Activating SoftRAID arrays" /sbin/mdadm --assemble --scan
-fi
-
# FakeRAID devices detection
if [[ $USEDMRAID =~ yes|YES && -x /sbin/dmraid ]]; then
status "Activating FakeRAID arrays" /sbin/dmraid -i -ay