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 | 9fd160cba11186331df440f05e6dbcb6b26e0b79 (patch) | |
tree | 03862f3dca8e790f8d6145fc03c50b72be84438b /sys-boot/grub-static/grub-static-0.97.ebuild | |
parent | Fixing #139159, #149590, #154556. Dropping xmms support, added audacious supp... (diff) | |
download | historical-9fd160cba11186331df440f05e6dbcb6b26e0b79.tar.gz historical-9fd160cba11186331df440f05e6dbcb6b26e0b79.tar.bz2 historical-9fd160cba11186331df440f05e6dbcb6b26e0b79.zip |
Inherit mount-boot to auto-mount boot partition r/w
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'sys-boot/grub-static/grub-static-0.97.ebuild')
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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" |