View | Details | Raw Unified | Return to bug 4997
Collapse All | Expand All

(-)mkinitrd.old (-1 / +2 lines)
Lines 305-311 Link Here
305
	[ -z "$noraid" ] || return
305
	[ -z "$noraid" ] || return
306
306
307
	if egrep -s '^/dev/md/?[0-9]+[ 	]' "$FSTAB_FILE" | fgrep -qsv noauto \
307
	if egrep -s '^/dev/md/?[0-9]+[ 	]' "$FSTAB_FILE" | fgrep -qsv noauto \
308
	    || [ -x $PVSCAN ] && $PVSCAN grep ACTIVE | egrep -q '"/dev/md/?[0-9]"' \
308
	    || [ -x $PVSCAN ] && $PVSCAN | grep ACTIVE | egrep -q '"/dev/md[0-9]*"' \
309
	    || [ -x $PVSCAN ] && $PVSCAN | grep ACTIVE | egrep -q '"/dev/md/?[0-9]"' \
309
	    || [ -n "$FORCE_RAID" ]; then 
310
	    || [ -n "$FORCE_RAID" ]; then 
310
#### detects indirect using of raid arrays (e.g. via LVM) 
311
#### detects indirect using of raid arrays (e.g. via LVM) 
311
312

Return to bug 4997