diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-09-21 18:10:55 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-09-21 18:10:55 +0000 |
commit | 79e5214243f98607f6d86768b6a1ff89f28997f6 (patch) | |
tree | d2e8fbc6de8ddbc8e33b1a67cfd95267cb77a0e5 /sys-boot/grub | |
parent | Move BUILD_CC from grub_configure to src_configure. (diff) | |
download | gentoo-2-79e5214243f98607f6d86768b6a1ff89f28997f6.tar.gz gentoo-2-79e5214243f98607f6d86768b6a1ff89f28997f6.tar.bz2 gentoo-2-79e5214243f98607f6d86768b6a1ff89f28997f6.zip |
Change references from /boot/grub2 to /boot/grub.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/files/grub.default-2 | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index a3087765da41..5a53cef76e27 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.278 2013/09/21 17:56:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.279 2013/09/21 18:10:55 floppym Exp $ + + 21 Sep 2013; Mike Gilbert <floppym@gentoo.org> files/grub.default-2: + Change references from /boot/grub2 to /boot/grub. 21 Sep 2013; Mike Gilbert <floppym@gentoo.org> grub-2.00_p5107-r1.ebuild, grub-9999.ebuild: diff --git a/sys-boot/grub/files/grub.default-2 b/sys-boot/grub/files/grub.default-2 index a61ddeb9c6b3..50753147c2e6 100644 --- a/sys-boot/grub/files/grub.default-2 +++ b/sys-boot/grub/files/grub.default-2 @@ -1,10 +1,10 @@ # Copyright 1999-2013 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.3 2013/05/13 16:54:13 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-2,v 1.4 2013/09/21 18:10:55 floppym Exp $ # # To populate all changes in this file you need to regenerate your # grub configuration file afterwards: -# 'grub2-mkconfig -o /boot/grub2/grub.cfg' +# 'grub2-mkconfig -o /boot/grub/grub.cfg' # # See the grub info page for documentation on possible variables and # their associated values. @@ -33,11 +33,11 @@ GRUB_TIMEOUT=10 # Path to theme spec txt file. # The starfield is by default provided with use truetype. # NOTE: when enabling custom theme, ensure you have required font/etc. -#GRUB_THEME="/boot/grub2/themes/starfield/theme.txt" +#GRUB_THEME="/boot/grub/themes/starfield/theme.txt" # Background image used on graphical terminal. # Can be in various bitmap formats. -#GRUB_BACKGROUND="/boot/grub2/mybackground.png" +#GRUB_BACKGROUND="/boot/grub/mybackground.png" # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel #GRUB_DISABLE_LINUX_UUID=true |