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

Collapse All | Expand All

(-)/etc/init.d/dmcrypt.orig (+3 lines)
Lines 39-44 Link Here
39
	else
39
	else
40
		return
40
		return
41
	fi
41
	fi
42
	if [ "x${source#PARTUUID}" != "x${source}" ]; then
43
		source="$(blkid -t ${source} | awk -F: '{print $1}')"
44
	fi
42
	if [ "x${source#UUID}" != "x${source}" ]; then
45
	if [ "x${source#UUID}" != "x${source}" ]; then
43
		source=${source#UUID=}
46
		source=${source#UUID=}
44
		source="$(blkid -U ${source})"
47
		source="$(blkid -U ${source})"

Return to bug 248495