Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub.default
Date: Tue, 30 Aug 2011 06:45:16
Message-Id: 20110830064504.9B30920051@flycatcher.gentoo.org
1 scarabeus 11/08/30 06:45:04
2
3 Modified: grub.default
4 Log:
5 Fix typo entrys -> entries.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-boot/grub/files/grub.default
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default?r1=1.1&r2=1.2
15
16 Index: grub.default
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- grub.default 27 Aug 2011 11:29:52 -0000 1.1
23 +++ grub.default 30 Aug 2011 06:45:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default,v 1.1 2011/08/27 11:29:52 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default,v 1.2 2011/08/30 06:45:04 scarabeus Exp $
29 #
30 # To populate all changes in this file you need to regenerate your
31 # grub configuration file afterwards:
32 @@ -29,8 +29,8 @@
33 # Can be in various bitmap formats.
34 #GRUB_BACKGROUND="/boot/grub2/mybackground.png"
35
36 -# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
37 +# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
38 #GRUB_DISABLE_LINUX_UUID=true
39
40 -# Uncomment to disable generation of recovery mode menu entrys
41 +# Uncomment to disable generation of recovery mode menu entries
42 #GRUB_DISABLE_RECOVERY=true