summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-06-28 14:54:59 +0000
committerMike Gilbert <floppym@gentoo.org>2012-06-28 14:54:59 +0000
commitfd8e3a096f9681d87283b05d4f28bb808b873e83 (patch)
tree1c64cffb42ca2cb918b4e57de1db7bb054be67ac /sys-boot
parentStable for HPPA (bug #419473). (diff)
downloadgentoo-2-fd8e3a096f9681d87283b05d4f28bb808b873e83.tar.gz
gentoo-2-fd8e3a096f9681d87283b05d4f28bb808b873e83.tar.bz2
gentoo-2-fd8e3a096f9681d87283b05d4f28bb808b873e83.zip
Add ewarn message with instructions for adding grub:0 to the world file.
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/ChangeLog5
-rw-r--r--sys-boot/grub/grub-2.00.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index 8f51765632b8..f278b3aed953 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/grub
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.214 2012/06/28 10:10:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.215 2012/06/28 14:54:59 floppym Exp $
+
+ 28 Jun 2012; Mike Gilbert <floppym@gentoo.org> grub-2.00.ebuild:
+ Add ewarn message with instructions for adding grub:0 to the world file.
*grub-2.00 (28 Jun 2012)
diff --git a/sys-boot/grub/grub-2.00.ebuild b/sys-boot/grub/grub-2.00.ebuild
index e5bb6454d083..c99aff071a78 100644
--- a/sys-boot/grub/grub-2.00.ebuild
+++ b/sys-boot/grub/grub-2.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00.ebuild,v 1.1 2012/06/28 10:10:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00.ebuild,v 1.2 2012/06/28 14:54:59 floppym Exp $
EAPI=4
@@ -301,4 +301,9 @@ pkg_postinst() {
if ! has_version dev-libs/libisoburn; then
elog "Install dev-libs/libisoburn to enable creation of rescue media using grub2-mkrescue."
fi
+ if has_version sys-boot/grub:0; then
+ ewarn "If you want to keep GRUB Legacy (grub-0.97) installed, please run"
+ ewarn "the following to add sys-boot/grub:0 to your world file."
+ ewarn "emerge --noreplace sys-boot/grub:0"
+ fi
}