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

(-)a/linuxrc (+8 lines)
Lines 492-497 Link Here
492
do
492
do
493
	while [ "${got_good_root}" != '1' ]
493
	while [ "${got_good_root}" != '1' ]
494
	do
494
	do
495
		COUNTER=0
496
		# Start of sleep loop waiting on root
497
		while [ ${COUNTER} -lt 30 -a "${got_good_root}" != '1' ] ; do
495
		case "${REAL_ROOT}" in
498
		case "${REAL_ROOT}" in
496
			LABEL=*|UUID=*)
499
			LABEL=*|UUID=*)
497
500
Lines 577-582 Link Here
577
				;;
580
				;;
578
		esac
581
		esac
579
582
583
		if [ "${got_good_root}" != '1' ] ; then
584
		  let COUNTER=${COUNTER}+1
585
		  usleep 100
586
		fi
587
		done  # End of sleep loop waiting on root
580
		if [ "${REAL_ROOT}" = '' ]
588
		if [ "${REAL_ROOT}" = '' ]
581
		then
589
		then
582
			# No REAL_ROOT determined/specified. Prompt user for root block device.
590
			# No REAL_ROOT determined/specified. Prompt user for root block device.

Return to bug 232733