waitdrives: remove mdadm assemble scan.

this is not needed after fix the mdadm initskript.
This commit is contained in:
Arne Fitzenreiter
2011-04-21 11:06:30 +02:00
parent d366bd9f33
commit 2a6b769a01

View File

@@ -26,11 +26,6 @@ check_drives () {
case "${1}" in
start)
if [ -e /sbin/mdadm ]; then
boot_mesg "Assemble mdadm managed raid-drives ..."
mdadm --assemble --scan
fi
drives=`grep "^UUID=" /etc/fstab | cut -f1 | cut -d" " -f1 | cut -d"=" -f2`;
check_drives;