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

Collapse All | Expand All

(-)mkinitrd (-1 / +1 lines)
Lines 740-746 Link Here
740
740
741
if [ -n "$startraid" ]; then
741
if [ -n "$startraid" ]; then
742
    for dev in $raiddevices; do
742
    for dev in $raiddevices; do
743
	cp -a /dev/${dev} $MNTIMAGE/dev
743
	cp -aL /dev/${dev} $MNTIMAGE/dev
744
	echo "raidautorun /dev/${dev}" >> $RCFILE
744
	echo "raidautorun /dev/${dev}" >> $RCFILE
745
    done
745
    done
746
fi
746
fi

Return to bug 181685