diff options
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 | ||||
-rw-r--r-- | sys-boot/grub/ChangeLog | 9 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r10.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r8.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r9.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.98.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/silo/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.14.ebuild | 5 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.14_p20100228.ebuild | 5 |
12 files changed, 53 insertions, 24 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!" diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 37e8efad5bc8..2fdffeef8fc9 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-boot/grub -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.147 2010/11/30 06:50:34 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.148 2011/01/09 03:22:47 vapier Exp $ + + 09 Jan 2011; Mike Frysinger <vapier@gentoo.org> grub-0.97-r8.ebuild, + grub-0.97-r9.ebuild, grub-0.97-r10.ebuild, grub-1.98.ebuild, + grub-9999.ebuild: + Use new mount-boot_pkg_postinst helper. 30 Nov 2010; Robin H. Johnson <robbat2@gentoo.org> grub-0.97-r10.ebuild: Document how to create the grub-static distfiles. diff --git a/sys-boot/grub/grub-0.97-r10.ebuild b/sys-boot/grub/grub-0.97-r10.ebuild index dfb671030cd0..84f2146321e1 100644 --- a/sys-boot/grub/grub-0.97-r10.ebuild +++ b/sys-boot/grub/grub-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/grub-0.97-r10.ebuild,v 1.7 2010/11/30 06:50:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.8 2011/01/09 03:22:47 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 @@ -257,6 +257,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/grub-0.97-r8.ebuild b/sys-boot/grub/grub-0.97-r8.ebuild index ca86b9c6e891..ac44cdb2fe89 100644 --- a/sys-boot/grub/grub-0.97-r8.ebuild +++ b/sys-boot/grub/grub-0.97-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/grub-0.97-r8.ebuild,v 1.1 2008/11/06 01:28:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r8.ebuild,v 1.2 2011/01/09 03:22:47 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 @@ -239,6 +239,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/grub-0.97-r9.ebuild b/sys-boot/grub/grub-0.97-r9.ebuild index f09ef27b85f0..3df7fc02611a 100644 --- a/sys-boot/grub/grub-0.97-r9.ebuild +++ b/sys-boot/grub/grub-0.97-r9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/grub-0.97-r9.ebuild,v 1.5 2009/07/04 18:46:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r9.ebuild,v 1.6 2011/01/09 03:22:47 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 @@ -246,6 +246,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/grub-1.98.ebuild b/sys-boot/grub/grub-1.98.ebuild index d9b964cfc6dd..c67491625021 100644 --- a/sys-boot/grub/grub-1.98.ebuild +++ b/sys-boot/grub/grub-1.98.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/grub-1.98.ebuild,v 1.5 2010/07/24 08:45:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.98.ebuild,v 1.6 2011/01/09 03:22:47 vapier Exp $ # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch @@ -102,6 +102,8 @@ setup_boot_dir() { } pkg_postinst() { + mount-boot_pkg_postinst + if use multislot ; then elog "You have installed grub2 with USE=multislot, so to coexist" elog "with grub1, the grub2 install binary is named grub2-install." diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 101efe5d17c8..622619ff6125 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.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/grub-9999.ebuild,v 1.26 2010/10/07 04:22:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.27 2011/01/09 03:22:47 vapier Exp $ # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch @@ -102,6 +102,8 @@ setup_boot_dir() { } pkg_postinst() { + mount-boot_pkg_postinst + if use multislot ; then elog "You have installed grub2 with USE=multislot, so to coexist" elog "with grub1, the grub2 install binary is named grub2-install." diff --git a/sys-boot/silo/ChangeLog b/sys-boot/silo/ChangeLog index ed97d3a95734..1b068f2dce33 100644 --- a/sys-boot/silo/ChangeLog +++ b/sys-boot/silo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/silo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.44 2010/03/21 19:21:21 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.45 2011/01/09 03:25:11 vapier Exp $ + + 09 Jan 2011; Mike Frysinger <vapier@gentoo.org> silo-1.4.14.ebuild, + silo-1.4.14_p20100228.ebuild: + Use new mount-boot_pkg_postinst helper. *silo-1.4.14_p20100228 (21 Mar 2010) diff --git a/sys-boot/silo/silo-1.4.14.ebuild b/sys-boot/silo/silo-1.4.14.ebuild index af6c0b01d9b2..e132c337b171 100644 --- a/sys-boot/silo/silo-1.4.14.ebuild +++ b/sys-boot/silo/silo-1.4.14.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/silo/silo-1.4.14.ebuild,v 1.3 2010/03/21 18:01:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14.ebuild,v 1.4 2011/01/09 03:25:11 vapier Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -64,6 +64,7 @@ src_install() { } pkg_postinst() { + mount-boot_pkg_postinst ewarn "NOTE: If this is an upgrade to an existing SILO install," ewarn " you will need to re-run silo as the /boot/second.b" ewarn " file has changed, else the system will fail to load" diff --git a/sys-boot/silo/silo-1.4.14_p20100228.ebuild b/sys-boot/silo/silo-1.4.14_p20100228.ebuild index 22a295763cf0..f3075ad8a591 100644 --- a/sys-boot/silo/silo-1.4.14_p20100228.ebuild +++ b/sys-boot/silo/silo-1.4.14_p20100228.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/silo/silo-1.4.14_p20100228.ebuild,v 1.2 2010/03/21 19:23:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.3 2011/01/09 03:25:12 vapier Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -66,6 +66,7 @@ src_install() { } pkg_postinst() { + mount-boot_pkg_postinst ewarn "NOTE: If this is an upgrade to an existing SILO install," ewarn " you will need to re-run silo as the /boot/second.b" ewarn " file has changed, else the system will fail to load" |