Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331971 | Differences between
and this patch

Collapse All | Expand All

(-)a/defaults/initrd.scripts (-1 / +1 lines)
Lines 567-573 startVolumes() { Link Here
567
		ln -sf /dev/device-mapper /dev/mapper/control
567
		ln -sf /dev/device-mapper /dev/mapper/control
568
	fi
568
	fi
569
	
569
	
570
	if [ "${USE_MDADM}" -eq '1' ]
570
	if [ "${USE_MDADM}" = '1' ]
571
	then
571
	then
572
		if [ ! -e '/etc/mdadm.conf' ]
572
		if [ ! -e '/etc/mdadm.conf' ]
573
		then
573
		then

Return to bug 331971