diff options
author | Bill Nottingham <notting@redhat.com> | 2009-03-31 11:20:32 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-03-31 11:20:32 -0400 |
commit | 0a4e2e035418e5e9c41c2190aec1fe3f9e57317b (patch) | |
tree | 7b41d657c78af4b9bb60cd22f4e1c38ae9fc14ba /rc.d | |
parent | bb45289856fe0027bb62f024b01802f1eccf5142 (diff) | |
download | initscripts-0a4e2e035418e5e9c41c2190aec1fe3f9e57317b.tar initscripts-0a4e2e035418e5e9c41c2190aec1fe3f9e57317b.tar.gz initscripts-0a4e2e035418e5e9c41c2190aec1fe3f9e57317b.tar.bz2 initscripts-0a4e2e035418e5e9c41c2190aec1fe3f9e57317b.tar.xz initscripts-0a4e2e035418e5e9c41c2190aec1fe3f9e57317b.zip |
Revert mdadm changes.
This reverts commit 67e59d33e57d4c8feba356320bead2451cbb921b.
This reverts commit fcc54b6f014c63b64e37b0d63d871f344385da84.
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 5e5698fe..9598a28d 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -337,8 +337,8 @@ sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1 update_boot_stage RChostname action $"Setting hostname ${HOSTNAME}: " hostname ${HOSTNAME} -# Wait for incremental assembly of RAID to finish -udevadm settle --timeout=5 +# Start any MD RAID arrays that haven't been started yet +[ -f /etc/mdadm.conf -a -x /sbin/mdadm ] && /sbin/mdadm -As --auto=yes --run # Device mapper & related initialization if ! __fgrep "device-mapper" /proc/devices >/dev/null 2>&1 ; then |