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-2
Date: Thu, 28 Jun 2012 10:10:18
Message-Id: 20120628101004.D8F3E2004B@flycatcher.gentoo.org
1 scarabeus 12/06/28 10:10:04
2
3 Added: grub.default-2
4 Log:
5 Version bump to 2.00. Depend also on dejavu (otherwise starfield is not distributed). Add info about themes to default config file. Remove older betas/rcs apart from latest beta to ensure fallback if 2.00 has regressions.
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-boot/grub/files/grub.default-2
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default-2?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default-2?rev=1.1&content-type=text/plain
14
15 Index: grub.default-2
16 ===================================================================
17 # Copyright 1999-2012 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-2,v 1.1 2012/06/28 10:10:04 scarabeus Exp $
20 #
21 # To populate all changes in this file you need to regenerate your
22 # grub configuration file afterwards:
23 # 'grub2-mkconfig -o /boot/grub2/grub.cfg'
24 #
25 # See the grub info page for documentation on possible variables and
26 # their associated values.
27
28 GRUB_DISTRIBUTOR="Gentoo"
29
30 GRUB_DEFAULT=0
31 GRUB_HIDDEN_TIMEOUT=0
32 GRUB_HIDDEN_TIMEOUT_QUIET=true
33 GRUB_TIMEOUT=10
34
35 GRUB_CMDLINE_LINUX_DEFAULT=""
36 GRUB_CMDLINE_LINUX=""
37
38 # Uncomment to disable graphical terminal (grub-pc only)
39 #GRUB_TERMINAL=console
40
41 # The resolution used on graphical terminal.
42 # Note that you can use only modes which your graphic card supports via VBE.
43 # You can see them in real GRUB with the command `vbeinfo'.
44 #GRUB_GFXMODE=640x480
45
46 # Path to theme spec txt file.
47 # The starfiled is by default provided with use truetype.
48 # NOTE: when enabling custom theme, ensure you have required font/etc.
49 #GRUB_THEME="/boot/grub/themes/starfield/theme.txt"
50
51 # Background image used on graphical terminal.
52 # Can be in various bitmap formats.
53 #GRUB_BACKGROUND="/boot/grub2/mybackground.png"
54
55 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
56 #GRUB_DISABLE_LINUX_UUID=true
57
58 # Uncomment to disable generation of recovery mode menu entries
59 #GRUB_DISABLE_RECOVERY=true