diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-02-05 07:25:50 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-02-05 07:25:50 +0000 |
commit | 902014004cdf9d461e82feb3f2c7a0a6a86cedcc (patch) | |
tree | b5bf01e0529ec786a8020814ab0a023806650c99 /sys-apps/grub | |
parent | missing digest file (diff) | |
download | historical-902014004cdf9d461e82feb3f2c7a0a6a86cedcc.tar.gz historical-902014004cdf9d461e82feb3f2c7a0a6a86cedcc.tar.bz2 historical-902014004cdf9d461e82feb3f2c7a0a6a86cedcc.zip |
XFS info update
Diffstat (limited to 'sys-apps/grub')
-rw-r--r-- | sys-apps/grub/grub-0.90-r6.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/grub/grub-0.91-r1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/grub/grub-0.90-r6.ebuild b/sys-apps/grub/grub-0.90-r6.ebuild index 7d8c5874e8d0..8b038823656a 100644 --- a/sys-apps/grub/grub-0.90-r6.ebuild +++ b/sys-apps/grub/grub-0.90-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Geert Bevin <gbevin@gentoo.org>, Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.90-r6.ebuild,v 1.1 2002/02/05 01:31:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.90-r6.ebuild,v 1.2 2002/02/05 07:25:50 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU GRUB boot loader" @@ -87,5 +87,6 @@ pkg_postinst() { einfo '*** A new GRUB has been installed. If you need to reinstall GRUB to a' einfo '*** boot record on your drive, please remember to' einfo '*** "cp /usr/share/grub/i386-pc/*stage* /boot/grub" first.' + einfo '*** If you\'re using XFS, unmount and remount /boot as well.' fi } diff --git a/sys-apps/grub/grub-0.91-r1.ebuild b/sys-apps/grub/grub-0.91-r1.ebuild index 96408dd463ff..55545afe17ff 100644 --- a/sys-apps/grub/grub-0.91-r1.ebuild +++ b/sys-apps/grub/grub-0.91-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Mikael Hallendal <hallski@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.91-r1.ebuild,v 1.1 2002/02/05 01:31:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.91-r1.ebuild,v 1.2 2002/02/05 07:25:50 drobbins Exp $ S=${WORKDIR}/${P} @@ -92,6 +92,7 @@ pkg_postinst() { einfo '*** A new GRUB has been installed. If you need to reinstall GRUB to a' einfo '*** boot record on your drive, please remember to' einfo '*** "cp /usr/share/grub/i386-pc/*stage* /boot/grub" first.' + einfo '*** If you\'re using XFS, unmount and remount /boot as well.' fi } |