diff options
author | 2012-07-24 15:49:35 +0000 | |
---|---|---|
committer | 2012-07-24 15:49:35 +0000 | |
commit | ba2b31bbbca09a0001ae635b84e1703b6ba5cd46 (patch) | |
tree | 3ca6c3d242f6795d98f6cc215ed571e19b44ccc1 /sys-boot/grub | |
parent | Use older alloc patch for uclibc #427716 by James Le Cuirot. (diff) | |
download | gentoo-2-ba2b31bbbca09a0001ae635b84e1703b6ba5cd46.tar.gz gentoo-2-ba2b31bbbca09a0001ae635b84e1703b6ba5cd46.tar.bz2 gentoo-2-ba2b31bbbca09a0001ae635b84e1703b6ba5cd46.zip |
Touch up style/messages to match grub-static -- no functional changes.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r13.ebuild | 11 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index b1dabc1b6663..b7f7214d188e 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.233 2012/07/23 08:06:44 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.234 2012/07/24 15:49:35 vapier Exp $ + + 24 Jul 2012; Mike Frysinger <vapier@gentoo.org> grub-0.97-r13.ebuild: + Touch up style/messages to match grub-static -- no functional changes. 23 Jul 2012; Ryan Hill <dirtyepic@gentoo.org> grub-0.97-r13.ebuild: Remove ebeep due to EAPI 4. Improve output readability. diff --git a/sys-boot/grub/grub-0.97-r13.ebuild b/sys-boot/grub/grub-0.97-r13.ebuild index 99627b88162b..382bbfc45e72 100644 --- a/sys-boot/grub/grub-0.97-r13.ebuild +++ b/sys-boot/grub/grub-0.97-r13.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-0.97-r13.ebuild,v 1.2 2012/07/23 08:06:44 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r13.ebuild,v 1.3 2012/07/24 15:49:35 vapier 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 @@ -18,7 +18,7 @@ EAPI="4" -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils multiprocessing +inherit eutils mount-boot toolchain-funcs linux-info flag-o-matic autotools pax-utils multiprocessing PATCHVER="1.14" # Should match the revision ideally DESCRIPTION="GNU GRUB Legacy boot loader" @@ -263,21 +263,18 @@ pkg_postinst() { elog "WARNING: you have DONT_MOUNT_BOOT in effect, so you must apply" elog "the following instructions for your /boot!" elog "Neglecting to do so may cause your system to fail to boot!" - echo + elog else setup_boot_dir "${ROOT}"/boot # Trailing output because if this is run from pkg_postinst, it gets mixed into # the other output. - echo + einfo "" fi elog "To interactively install grub files to another device such as a USB" elog "stick, just run the following and specify the directory as prompted:" - elog elog " emerge --config =${PF}" - elog elog "Alternately, you can export GRUB_ALT_INSTALLDIR=/path/to/use to tell" elog "grub where to install in a non-interactive way." - echo # needs to be after we call setup_boot_dir mount-boot_pkg_postinst |