diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-09 03:25:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-09 03:25:12 +0000 |
commit | 9c4d65c58d4ea87e946567c2ed4947792415af7b (patch) | |
tree | 9ad5638ce6a49544e85e24287184c50c474164d3 /sys-boot/grub-static/grub-static-0.97-r9.ebuild | |
parent | Use new mount-boot_pkg_postinst helper. (diff) | |
download | historical-9c4d65c58d4ea87e946567c2ed4947792415af7b.tar.gz historical-9c4d65c58d4ea87e946567c2ed4947792415af7b.tar.bz2 historical-9c4d65c58d4ea87e946567c2ed4947792415af7b.zip |
Use new mount-boot_pkg_postinst helper.
Package-Manager: portage-2.2.0_alpha13/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/grub-static/grub-static-0.97-r9.ebuild')
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r9.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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!" |