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

(-)a/defaults/initrd.scripts (-2 / +1 lines)
Lines 334-340 bootstrapCD() { Link Here
334
			else
334
			else
335
				bad_msg "Unable to verify isoroot_b2sums due to missing b2sums"
335
				bad_msg "Unable to verify isoroot_b2sums due to missing b2sums"
336
				bad_msg "Please use 'genkernel --b2sums' to generate initramfs"
336
				bad_msg "Please use 'genkernel --b2sums' to generate initramfs"
337
				if [ -z "${checkfile" ]
337
				if [ -z "${checkfile}" ]
338
				then
338
				then
339
					bad_msg "Press any key to skip ..."
339
					bad_msg "Press any key to skip ..."
340
					read -n1 -s
340
					read -n1 -s
341
- 

Return to bug 717102