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

Collapse All | Expand All

(-)genkernel-3.4.4/generic/linuxrc (-1 / +1 lines)
Lines 657-663 Link Here
657
	mount -o move /memory /${CHROOT}/.unions/memory || echo '*: Failed to move unionfs /memory into the system root!'
657
	mount -o move /memory /${CHROOT}/.unions/memory || echo '*: Failed to move unionfs /memory into the system root!'
658
fi
658
fi
659
659
660
if [ "$0" = '/linuxrc' ]
660
if [ "$0" = '/linuxrc' ] || [ "$0" = 'linuxrc' ]
661
then
661
then
662
	[ ! -e ${CHROOT}/dev/console ] && mknod ${CHROOT}/dev/console c 5 1
662
	[ ! -e ${CHROOT}/dev/console ] && mknod ${CHROOT}/dev/console c 5 1
663
	echo -ne "${GOOD}>>${NORMAL}${BOLD} Booting"
663
	echo -ne "${GOOD}>>${NORMAL}${BOLD} Booting"

Return to bug 149020