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

Collapse All | Expand All

(-)a/sys-apps/kexec-tools/files/kexec.init-2.0.4-r3 (-2 / +1 lines)
Lines 91-97 load_image() { Link Here
91
	fi
91
	fi
92
92
93
	if [ -n "${INITRD}" ] && \
93
	if [ -n "${INITRD}" ] && \
94
		! [ "${BOOTPART}/${INITRD#${BOOTPART}}" = "${initrd}" ]; then
94
		! [ "${BOOTPART}/${INITRD#${BOOTPART}/}" = "${initrd}" ]; then
95
		eerror "Requested initrd: ${INITRD#${BOOTPART}}"
95
		eerror "Requested initrd: ${INITRD#${BOOTPART}}"
96
		eerror "could not be found"
96
		eerror "could not be found"
97
		return 1
97
		return 1
98
- 

Return to bug 574054