From: Arne Fitzenreiter Date: Thu, 21 Apr 2011 09:06:30 +0000 (+0200) Subject: waitdrives: remove mdadm assemble scan. X-Git-Tag: v2.9-core49~24 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=2a6b769a018fb5f301352b856ce070b63111fbd2;hp=d366bd9f33d2c79e0dab376bede95636cfcc2695 waitdrives: remove mdadm assemble scan. this is not needed after fix the mdadm initskript. --- diff --git a/src/initscripts/init.d/waitdrives b/src/initscripts/init.d/waitdrives index 93ae1ed701..d7df93b94f 100644 --- a/src/initscripts/init.d/waitdrives +++ b/src/initscripts/init.d/waitdrives @@ -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;