diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-09 03:24:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-09 03:24:06 +0000 |
commit | 3661205676e5bf6f2e639b8b63a3a10049cecdfd (patch) | |
tree | 535f9ca87453f4221acca1c1850e4a6281d04e24 /sys-boot | |
parent | Use new mount-boot_pkg_postinst helper. (diff) | |
download | gentoo-2-3661205676e5bf6f2e639b8b63a3a10049cecdfd.tar.gz gentoo-2-3661205676e5bf6f2e639b8b63a3a10049cecdfd.tar.bz2 gentoo-2-3661205676e5bf6f2e639b8b63a3a10049cecdfd.zip |
Use new mount-boot_pkg_postinst helper.
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r10.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r9.ebuild | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index ffb523bc3a15..0fdad884aeaa 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub-static -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.26 2010/11/30 08:14:50 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.27 2011/01/09 03:24:06 vapier Exp $ + + 09 Jan 2011; Mike Frysinger <vapier@gentoo.org> + grub-static-0.97-r9.ebuild, grub-static-0.97-r10.ebuild: + Use new mount-boot_pkg_postinst helper. 30 Nov 2010; Robin H. Johnson <robbat2@gentoo.org> grub-static-0.96-r1.ebuild, grub-static-0.97.ebuild, diff --git a/sys-boot/grub-static/grub-static-0.97-r10.ebuild b/sys-boot/grub-static/grub-static-0.97-r10.ebuild index be9c91fb508e..7f504c50df6a 100644 --- a/sys-boot/grub-static/grub-static-0.97-r10.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v 1.2 2010/11/30 08:14:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v 1.3 2011/01/09 03:24:06 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 @@ -140,6 +140,8 @@ setup_boot_dir() { } pkg_postinst() { + mount-boot_pkg_postinst + if [[ -n ${DONT_MOUNT_BOOT} ]]; then elog "WARNING: you have DONT_MOUNT_BOOT in effect, so you must apply" elog "the following instructions for your /boot!" diff --git a/sys-boot/grub-static/grub-static-0.97-r9.ebuild b/sys-boot/grub-static/grub-static-0.97-r9.ebuild index 4f2b1fab5e2f..15bcb766a0b4 100644 --- a/sys-boot/grub-static/grub-static-0.97-r9.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.9 2010/11/30 08:14:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.10 2011/01/09 03:24:06 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 @@ -140,6 +140,8 @@ setup_boot_dir() { } pkg_postinst() { + mount-boot_pkg_postinst + if [[ -n ${DONT_MOUNT_BOOT} ]]; then elog "WARNING: you have DONT_MOUNT_BOOT in effect, so you must apply" elog "the following instructions for your /boot!" |