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

Collapse All | Expand All

(-)a/usr/share/genkernel/defaults/initrd.scripts (-1 / +1 lines)
Lines 312-318 findnfsmount() { Link Here
312
find_real_device() {
312
find_real_device() {
313
	local DEVICE="${1}"
313
	local DEVICE="${1}"
314
	case "${DEVICE}" in
314
	case "${DEVICE}" in
315
		UUID\=*|LABEL\=*)
315
		UUID\=*|LABEL\=*|PARTUUID\=*)
316
			local REAL_DEVICE=""
316
			local REAL_DEVICE=""
317
			local retval=1
317
			local retval=1
318
318
(-)a/usr/share/genkernel/defaults/linuxrc (-2 / +2 lines)
Lines 386-392 then Link Here
386
	if [ "${NORESUME}" != '1' ] && [ -n "${REAL_RESUME}" ]
386
	if [ "${NORESUME}" != '1' ] && [ -n "${REAL_RESUME}" ]
387
	then
387
	then
388
		case "${REAL_RESUME}" in
388
		case "${REAL_RESUME}" in
389
			LABEL=*|UUID=*)
389
			LABEL=*|UUID=*|PARTUUID=*)
390
390
391
				RESUME_DEV=""
391
				RESUME_DEV=""
392
				retval=1
392
				retval=1
Lines 491-497 do Link Here
491
	while [ "${got_good_root}" != '1' ]
491
	while [ "${got_good_root}" != '1' ]
492
	do
492
	do
493
		case "${REAL_ROOT}" in
493
		case "${REAL_ROOT}" in
494
			LABEL=*|UUID=*)
494
			LABEL=*|UUID=*|PARTUUID=*)
495
495
496
				ROOT_DEV=""
496
				ROOT_DEV=""
497
				retval=1
497
				retval=1

Return to bug 551708