summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-11-30 06:50:34 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-11-30 06:50:34 +0000
commit253a9246dfb7d6a023a0a1a145126857b8e80974 (patch)
tree18e70e2bc0fdaf951d410ad934a34b8bc0605cb3 /sys-boot/grub/grub-0.97-r10.ebuild
parentRemove old. Drop useless autotools inherit. (diff)
downloadhistorical-253a9246dfb7d6a023a0a1a145126857b8e80974.tar.gz
historical-253a9246dfb7d6a023a0a1a145126857b8e80974.tar.bz2
historical-253a9246dfb7d6a023a0a1a145126857b8e80974.zip
Document how to create the grub-static distfiles.
Package-Manager: portage-2.2.0_alpha6/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/grub/grub-0.97-r10.ebuild')
-rw-r--r--sys-boot/grub/grub-0.97-r10.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-0.97-r10.ebuild b/sys-boot/grub/grub-0.97-r10.ebuild
index b79a43c6d711..dfb671030cd0 100644
--- a/sys-boot/grub/grub-0.97-r10.ebuild
+++ b/sys-boot/grub/grub-0.97-r10.ebuild
@@ -1,12 +1,19 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.6 2010/09/02 21:19:37 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.7 2010/11/30 06:50:34 robbat2 Exp $
# XXX: we need to review menu.lst vs grub.conf handling. We've been converting
# all systems to grub.conf (and symlinking menu.lst to grub.conf), but
# we never updated any of the source code (it still all wants menu.lst),
# and there is no indication that upstream is making the transition.
+# If you need to roll a new grub-static distfile, here is how.
+# - Robin H. Johnson <robbat2@gentoo.org> - 29 Nov 2010
+# USE='static -ncurses -netboot -custom-cflags' \
+# GRUB_STATIC_PACKAGE_BUILDING=1 ebuild \
+# grub-${PVR}.ebuild package && \
+# cp -f ${PKGDIR}/${CAT}/${PF}.tbz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
+
inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils
PATCHVER="1.10" # Should match the revision ideally