diff options
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index f503af944aaa..c689ae773471 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.104 2013/09/21 17:56:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.105 2013/09/21 18:44:48 floppym Exp $ EAPI=5 @@ -249,8 +249,14 @@ src_install() { } pkg_postinst() { - elog "For information on how to configure grub-2 please refer to the guide:" + elog "For information on how to configure GRUB2 please refer to the guide:" elog " http://wiki.gentoo.org/wiki/GRUB2_Quick_Start" + + if has_version 'sys-boot/grub:0'; then + elog "A migration guide for GRUB Legacy users is available:" + elog " http://www.gentoo.org/doc/en/grub2-migration.xml" + fi + if [[ -z ${REPLACING_VERSIONS} ]]; then if ! has_version sys-boot/os-prober; then elog "Install sys-boot/os-prober to enable detection of other operating systems using grub2-mkconfig." |