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

Collapse All | Expand All

(-)/usr/portage/sys-boot/grub/grub-0.97-r8.ebuild (+6 lines)
Lines 35-40 Link Here
35
	# patch breaks booting for some people #111885
35
	# patch breaks booting for some people #111885
36
	rm "${WORKDIR}"/patch/400_*
36
	rm "${WORKDIR}"/patch/400_*
37
37
38
	# copy suse patches and remove useless splash patch
39
	rm "${WORKDIR}"/patch/001_*
40
	cp "${FILESDIR}"/* "${WORKDIR}"/patch/
41
	rm "${WORKDIR}"/patch/002_* #temporary disable
42
38
	# Grub will not handle a kernel larger than EXTENDED_MEMSIZE Mb as
43
	# Grub will not handle a kernel larger than EXTENDED_MEMSIZE Mb as
39
	# discovered in bug 160801. We can change this, however, using larger values
44
	# discovered in bug 160801. We can change this, however, using larger values
40
	# for this variable means that Grub needs more memory to run and boot. For a
45
	# for this variable means that Grub needs more memory to run and boot. For a
Lines 59-64 Link Here
59
	if [[ -n ${PATCHVER} ]] ; then
64
	if [[ -n ${PATCHVER} ]] ; then
60
		EPATCH_SUFFIX="patch"
65
		EPATCH_SUFFIX="patch"
61
		epatch "${WORKDIR}"/patch
66
		epatch "${WORKDIR}"/patch
67
		epatch "${FILESDIR}/grub-0.97-ext4extents.patch"
62
		eautoreconf
68
		eautoreconf
63
	fi
69
	fi
64
}
70
}

Return to bug 103272