Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153516
Collapse All | Expand All

(-)init.orig (-1 / +1 lines)
Lines 646-652 Link Here
646
646
647
if [ "${SUBDIR}" != '' -a -e "${CHROOT}/${SUBDIR}" ]
647
if [ "${SUBDIR}" != '' -a -e "${CHROOT}/${SUBDIR}" ]
648
then
648
then
649
	good_msg"Entering ${SUBDIR} to boot"
649
	good_msg "Entering ${SUBDIR} to boot"
650
	CHROOT=${CHROOT}/${SUBDIR}
650
	CHROOT=${CHROOT}/${SUBDIR}
651
fi
651
fi
652
652

Return to bug 153516