diff options
author | Olivier Crête <tester@gentoo.org> | 2006-11-12 23:19:48 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-11-12 23:19:48 +0000 |
commit | a4cef5bfcabbc8761215da94875d55b66c18f197 (patch) | |
tree | b4ece4518dbad5ffd96b55a534d56b9acb4fa91b /sys-boot | |
parent | Fixing #139159, #149590, #154556. Dropping xmms support, added audacious supp... (diff) | |
download | gentoo-2-a4cef5bfcabbc8761215da94875d55b66c18f197.tar.gz gentoo-2-a4cef5bfcabbc8761215da94875d55b66c18f197.tar.bz2 gentoo-2-a4cef5bfcabbc8761215da94875d55b66c18f197.zip |
Inherit mount-boot to auto-mount boot partition r/w
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index a9357bd92be0..c57f1ab9c2a3 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub-static # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.11 2006/11/03 19:49:44 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.12 2006/11/12 23:19:48 tester Exp $ + + 12 Nov 2006; Olivier Crête <tester@gentoo.org> grub-static-0.97.ebuild: + Inherit mount-boot to auto-mount boot partition r/w 03 Nov 2006; Olivier Crête <tester@gentoo.org> grub-static-0.97.ebuild: Added code to install into /boot in pkg_postinst from grub ebuild, see bug diff --git a/sys-boot/grub-static/grub-static-0.97.ebuild b/sys-boot/grub-static/grub-static-0.97.ebuild index 25a7f4ee3a44..1447762cb75f 100644 --- a/sys-boot/grub-static/grub-static-0.97.ebuild +++ b/sys-boot/grub-static/grub-static-0.97.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 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.ebuild,v 1.2 2006/11/03 19:49:44 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97.ebuild,v 1.3 2006/11/12 23:19:48 tester Exp $ + +inherit mount-boot DESCRIPTION="Static GNU GRUB boot loader" |