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

Collapse All | Expand All

(-)genkernel-3.4.47_orig/defaults/linuxrc (-7 / +7 lines)
Lines 634-645 Link Here
634
		if [ "$?" = '0' ]
634
		if [ "$?" = '0' ]
635
		then
635
		then
636
			if [ -d ${NEW_ROOT}/dev -a -x "${NEW_ROOT}${REAL_INIT:-/sbin/init}" ] || [ "${REAL_ROOT}" = "/dev/nfs" ]
636
			#if [ -d ${NEW_ROOT}/dev -a -x "${NEW_ROOT}${REAL_INIT:-/sbin/init}" ] || [ "${REAL_ROOT}" = "/dev/nfs" ]
637
			then
637
			#then
638
				break
638
				break
639
			else
639
			#else
640
				bad_msg "The filesystem mounted at ${REAL_ROOT} does not appear to be a valid /, try again"
640
			#	bad_msg "The filesystem mounted at ${REAL_ROOT} does not appear to be a valid /, try again"
641
				got_good_root=0
641
			#	got_good_root=0
642
				REAL_ROOT=''
642
			#	REAL_ROOT=''
643
			fi
643
			#fi
644
		else
644
		else
645
			bad_msg "Could not mount specified ROOT, try again"
645
			bad_msg "Could not mount specified ROOT, try again"

Return to bug 479730