Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: defaults
Date: Sun, 03 Apr 2011 18:10:16
Message-Id: 20110403181001.BA0E82004B@flycatcher.gentoo.org
1 vapier 11/04/03 18:10:01
2
3 Added: defaults
4 Log:
5 Start an example /etc/defaults/grub #359365 by john.
6
7 (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-boot/grub/files/defaults
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/defaults?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/defaults?rev=1.1&content-type=text/plain
14
15 Index: defaults
16 ===================================================================
17 # /etc/defaults/grub
18 # If you change this file, run 'grub-mkconfig -o /boot/grub/grub.cfg'
19 # afterwords to update /boot/grub/grub.cfg. Make sure your /boot is
20 # mounted rw before executing this command.
21 #
22 # See the grub info page for documentation on possible variables and
23 # their associated values. This wiki also has random bits of info:
24 # http://en.gentoo-wiki.com/wiki/Grub2#Using_variables
25
26 GRUB_DEFAULT=0
27 GRUB_HIDDEN_TIMEOUT=0
28 GRUB_HIDDEN_TIMEOUT_QUIET=true
29 GRUB_TIMEOUT=10
30
31 GRUB_CMDLINE_LINUX_DEFAULT=""
32 GRUB_CMDLINE_LINUX=""
33
34 # Uncomment to disable graphical terminal (grub-pc only)
35 #GRUB_TERMINAL=console
36
37 # The resolution used on graphical terminal
38 # note that you can use only modes which your graphic card supports via VBE
39 # you can see them in real GRUB with the command `vbeinfo'
40 #GRUB_GFXMODE=640x480
41
42 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
43 #GRUB_DISABLE_LINUX_UUID=true
44
45 # Uncomment to disable generation of recovery mode menu entrys
46 #GRUB_DISABLE_RECOVERY=true