Advertisement
Guest User

defaults/grub

a guest
Mar 31st, 2012
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.48 KB | None | 0 0
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default,v 1.3 2012/02/29 01:52:23 floppym Exp $
  4. #
  5. # To populate all changes in this file you need to regenerate your
  6. # grub configuration file afterwards:
  7. #     'grub2-mkconfig -o /boot/grub2/grub.cfg'
  8. #
  9. # See the grub info page for documentation on possible variables and
  10. # their associated values.
  11.  
  12. GRUB_DISTRIBUTOR="Gentoo"
  13.  
  14. GRUB_DEFAULT=0
  15. GRUB_HIDDEN_TIMEOUT=0
  16. GRUB_HIDDEN_TIMEOUT_QUIET=true
  17. GRUB_TIMEOUT=10
  18.  
  19. GRUB_CMDLINE_LINUX_DEFAULT="video=inteldrmfb:1366x768-32,mtrr:3,ywrap splash=silent,theme:natural_gentoo console=tty1 quiet"
  20. #vga=791 splash=silent,theme:natural_gentoo console=tty1 quiet"
  21. #quiet video=uvesafb:1366x768-32,mtrr:3,ywrap splash=verbose,theme:natural_gentoo"
  22. GRUB_CMDLINE_LINUX=""
  23.  
  24. # Uncomment to disable graphical terminal (grub-pc only)
  25. #GRUB_TERMINAL=console
  26.  
  27. # The resolution used on graphical terminal.
  28. # Note that you can use only modes which your graphic card supports via VBE.
  29. # You can see them in real GRUB with the command `vbeinfo'.
  30. GRUB_GFXMODE=1366x768
  31.  
  32. # Background image used on graphical terminal.
  33. # Can be in various bitmap formats.
  34. GRUB_BACKGROUND="/boot/boot.jpg"
  35.  
  36. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
  37. #GRUB_DISABLE_LINUX_UUID=true
  38.  
  39. # Uncomment to disable generation of recovery mode menu entries
  40. GRUB_DISABLE_RECOVERY=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement