diff options
author | Bill Nottingham <notting@redhat.com> | 2008-02-01 21:45:55 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-02-01 21:45:55 +0000 |
commit | 09e562fcdce7c9040a934f44554fe917895e805c (patch) | |
tree | 1422ea79948e83212c032e262339bbec46801a23 /rc.d | |
parent | 1bfe14b806b5fe133b27d42ac8e4f97dae695b08 (diff) | |
download | initscripts-09e562fcdce7c9040a934f44554fe917895e805c.tar initscripts-09e562fcdce7c9040a934f44554fe917895e805c.tar.gz initscripts-09e562fcdce7c9040a934f44554fe917895e805c.tar.bz2 initscripts-09e562fcdce7c9040a934f44554fe917895e805c.tar.xz initscripts-09e562fcdce7c9040a934f44554fe917895e805c.zip |
Use udev to intialize configured RAID arrays; conflict with prior mdadm
versions to ensure the correct version with the rules gets pulled in
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
1 files changed, 0 insertions, 6 deletions
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 |