Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub.default
Date: Wed, 29 Feb 2012 01:52:42
Message-Id: 20120229015223.4A1ED2004C@flycatcher.gentoo.org
1 floppym 12/02/29 01:52:23
2
3 Modified: grub.default
4 Log:
5 Updates for grub-2.00_beta0 release.
6
7 * Move binaries to /usr.
8 * If GRUB_PLATFORMS is set, install binaries as grub2-${platform}-foo.
9 * Add mount and libzfs USE flags.
10 * Drop pkg_config. Need to figure out if this is feasible with multiple
11 platforms.
12
13 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
14
15 Revision Changes Path
16 1.3 sys-boot/grub/files/grub.default
17
18 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default?rev=1.3&view=markup
19 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default?rev=1.3&content-type=text/plain
20 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default?r1=1.2&r2=1.3
21
22 Index: grub.default
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default,v
25 retrieving revision 1.2
26 retrieving revision 1.3
27 diff -u -r1.2 -r1.3
28 --- grub.default 30 Aug 2011 06:45:04 -0000 1.2
29 +++ grub.default 29 Feb 2012 01:52:23 -0000 1.3
30 @@ -1,6 +1,6 @@
31 -# Copyright 1999-2011 Gentoo Foundation
32 +# Copyright 1999-2012 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default,v 1.2 2011/08/30 06:45:04 scarabeus Exp $
35 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default,v 1.3 2012/02/29 01:52:23 floppym Exp $
36 #
37 # To populate all changes in this file you need to regenerate your
38 # grub configuration file afterwards:
39 @@ -9,6 +9,8 @@
40 # See the grub info page for documentation on possible variables and
41 # their associated values.
42
43 +GRUB_DISTRIBUTOR="Gentoo"
44 +
45 GRUB_DEFAULT=0
46 GRUB_HIDDEN_TIMEOUT=0
47 GRUB_HIDDEN_TIMEOUT_QUIET=true