From 09e562fcdce7c9040a934f44554fe917895e805c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 1 Feb 2008 21:45:55 +0000 Subject: Use udev to intialize configured RAID arrays; conflict with prior mdadm versions to ensure the correct version with the rules gets pulled in --- rc.d/rc.sysinit | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 28972ce5..a1dab044 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -391,12 +391,6 @@ fi update_boot_stage RChostname action $"Setting hostname ${HOSTNAME}: " hostname ${HOSTNAME} -# RAID setup -update_boot_stage RCraid -if [ -f /etc/mdadm.conf ]; then - /sbin/mdadm -A -s --auto=yes -fi - # Device mapper & related initialization if ! __fgrep "device-mapper" /proc/devices >/dev/null 2>&1 ; then modprobe dm-mod >/dev/null 2>&1 -- cgit