spacepaste

  1.  
  2. # Copyright 1999-2015 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. #
  5. # To populate all changes in this file you need to regenerate your
  6. # grub configuration file afterwards:
  7. # 'grub2-mkconfig -o /boot/grub/grub.cfg'
  8. #
  9. # See the grub info page for documentation on possible variables and
  10. # their associated values.
  11. GRUB_DISTRIBUTOR="Gentoo"
  12. # Default menu entry
  13. #GRUB_DEFAULT=0
  14. # Boot the default entry this many seconds after the menu is displayed
  15. #GRUB_TIMEOUT=5
  16. #GRUB_TIMEOUT_STYLE=menu
  17. # Append parameters to the linux kernel command line
  18. #GRUB_CMDLINE_LINUX=""
  19. #
  20. # Examples:
  21. #
  22. # Boot with network interface renaming disabled
  23. # GRUB_CMDLINE_LINUX="net.ifnames=0"
  24. #
  25. # Boot with systemd instead of sysvinit (openrc)
  26. # GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd"
  27. # Append parameters to the linux kernel command line for non-recovery entries
  28. #GRUB_CMDLINE_LINUX_DEFAULT=""
  29. # Uncomment to disable graphical terminal (grub-pc only)
  30. #GRUB_TERMINAL=console
  31. # The resolution used on graphical terminal.
  32. # Note that you can use only modes which your graphic card supports via VBE.
  33. # You can see them in real GRUB with the command `vbeinfo'.
  34. #GRUB_GFXMODE=640x480
  35. # Set to 'text' to force the Linux kernel to boot in normal text
  36. # mode, 'keep' to preserve the graphics mode set using
  37. # 'GRUB_GFXMODE', 'WIDTHxHEIGHT'['xDEPTH'] to set a particular
  38. # graphics mode, or a sequence of these separated by commas or
  39. # semicolons to try several modes in sequence.
  40. #GRUB_GFXPAYLOAD_LINUX=
  41. # Path to theme spec txt file.
  42. # The starfield is by default provided with use truetype.
  43. # NOTE: when enabling custom theme, ensure you have required font/etc.
  44. #GRUB_THEME="/boot/grub/themes/starfield/theme.txt"
  45. # Background image used on graphical terminal.
  46. # Can be in various bitmap formats.
  47. #GRUB_BACKGROUND="/boot/grub/mybackground.png"
  48. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
  49. #GRUB_DISABLE_LINUX_UUID=true
  50. # Uncomment to disable generation of recovery mode menu entries
  51. #GRUB_DISABLE_RECOVERY=true
  52. # Uncomment to disable generation of the submenu and put all choices on
  53. # the top-level menu.
  54. # Besides the visual affect of no sub menu, this makes navigation of the
  55. # menu easier for a user who can't see the screen.
  56. #GRUB_DISABLE_SUBMENU=y
  57. # Uncomment to play a tone when the main menu is displayed.
  58. # This is useful, for example, to allow users who can't see the screen
  59. # to know when they can make a choice on the menu.
  60. #GRUB_INIT_TUNE="60 800 1"
  61.