diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-04 20:44:15 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-04 20:44:15 +0000 |
commit | e86a1773e4cb636a1938742d86f333075ec4349f (patch) | |
tree | 1ba8986a88da42667774dad084e0e2c029dbc23e /sys-boot | |
parent | Improve the Grub /boot setup procedure, to support people with more unusual g... (diff) | |
download | gentoo-2-e86a1773e4cb636a1938742d86f333075ec4349f.tar.gz gentoo-2-e86a1773e4cb636a1938742d86f333075ec4349f.tar.bz2 gentoo-2-e86a1773e4cb636a1938742d86f333075ec4349f.zip |
Whitespace fix.
(Portage version: 2.1.5.2)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-0.97-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.97-r6.ebuild b/sys-boot/grub/grub-0.97-r6.ebuild index 311644ba21fe..40d4f048fd07 100644 --- a/sys-boot/grub/grub-0.97-r6.ebuild +++ b/sys-boot/grub/grub-0.97-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.1 2008/06/04 20:43:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r6.ebuild,v 1.2 2008/06/04 20:44:15 robbat2 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 @@ -199,7 +199,7 @@ setup_boot_dir() { [[ -e "${s}.gz" ]] && zcat "${s}.gz" >${dir}/grub.conf [[ -e "${s}.bz2" ]] && bzcat "${s}.bz2" >${dir}/grub.conf fi - + # Per bug 218599, we support grub.conf.install for users that want to run a # specific set of Grub setup commands rather than the default ones. grub_config=${dir}/grub.conf.install |