diff options
author | 2012-06-28 22:36:53 +0000 | |
---|---|---|
committer | 2012-06-28 22:36:53 +0000 | |
commit | 49d65d3c5737529cb7d8458ade9a4a2b4ec185d7 (patch) | |
tree | 3f5a8852dd671c173b53688f06eff350d285497e /sys-boot | |
parent | Version bump. (diff) | |
download | gentoo-2-49d65d3c5737529cb7d8458ade9a4a2b4ec185d7.tar.gz gentoo-2-49d65d3c5737529cb7d8458ade9a4a2b4ec185d7.tar.bz2 gentoo-2-49d65d3c5737529cb7d8458ade9a4a2b4ec185d7.zip |
Fix typos in grub.default, #424005 by Chris Mayo.
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/files/grub.default-2 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index f278b3aed953..ca0cfbbc3c4e 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.215 2012/06/28 14:54:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.216 2012/06/28 22:36:53 floppym Exp $ + + 28 Jun 2012; Mike Gilbert <floppym@gentoo.org> files/grub.default-2: + Fix typos in grub.default, #424005 by Chris Mayo. 28 Jun 2012; Mike Gilbert <floppym@gentoo.org> grub-2.00.ebuild: Add ewarn message with instructions for adding grub:0 to the world file. diff --git a/sys-boot/grub/files/grub.default-2 b/sys-boot/grub/files/grub.default-2 index d69535e83d28..392a3ae20e08 100644 --- a/sys-boot/grub/files/grub.default-2 +++ b/sys-boot/grub/files/grub.default-2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-2,v 1.1 2012/06/28 10:10:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-2,v 1.2 2012/06/28 22:36:53 floppym Exp $ # # To populate all changes in this file you need to regenerate your # grub configuration file afterwards: @@ -28,9 +28,9 @@ GRUB_CMDLINE_LINUX="" #GRUB_GFXMODE=640x480 # Path to theme spec txt file. -# The starfiled is by default provided with use truetype. +# The starfield is by default provided with use truetype. # NOTE: when enabling custom theme, ensure you have required font/etc. -#GRUB_THEME="/boot/grub/themes/starfield/theme.txt" +#GRUB_THEME="/boot/grub2/themes/starfield/theme.txt" # Background image used on graphical terminal. # Can be in various bitmap formats. |