Advertisement
Guest User

etc default burg

a guest
Jun 7th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. resolution=1366x768
  2.  
  3. # If you change this file, run 'update-burg' afterwards to update
  4. # /boot/burg/burg.cfg.
  5.  
  6. GRUB_DEFAULT=save
  7. GRUB_TIMEOUT=5
  8. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  9. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  10. GRUB_CMDLINE_LINUX=""
  11.  
  12. # Uncomment to disable graphical terminal (grub-pc only)
  13. #GRUB_TERMINAL=console
  14.  
  15. # If you want to enable the save default function, uncomment the following
  16. # line, and set GRUB_DEFAULT to saved.
  17. #GRUB_SAVEDEFAULT=true
  18.  
  19. # The resolution used on graphical terminal
  20. # note that you can use only modes which your graphic card supports via VBE
  21. # you can see them in real GRUB with the command `vbeinfo'
  22. # In the boot menu, use hotkey 'r' to popup a resolution selection menu.
  23. GRUB_GFXMODE=$resolution
  24.  
  25. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  26. #GRUB_DISABLE_LINUX_UUID=true
  27.  
  28. # Uncomment to disable generation of recovery mode menu entries
  29. GRUB_DISABLE_LINUX_RECOVERY="true"
  30.  
  31. # Uncomment to get a beep at grub start
  32. #GRUB_INIT_TUNE="480 440 1"
  33.  
  34. # GRUB_THEME's value can be 'saved' or a specific BURG theme name, you can also
  35. # set it to the pathname of a GRUB2 theme file.
  36. # In the boot menu, use hotkey 't' to popup a theme selection menu
  37. GRUB_THEME=saved
  38.  
  39. # GRUB_FOLD's value can be 'saved', 'true' or 'false'.
  40. # In the boot menu, use hotkey 'F7' to show the full list, 'f' to toggle
  41. # between folding modes.
  42. GRUB_FOLD=true
  43.  
  44. # Add user with burg-adduser, then use GRUB_USERS to config authentication.
  45. # The following example means user1 can boot Ubuntu, no password is needed to
  46. # boot Windows, user1 amd user2 can boot other OS. Superusers can boot any OS
  47. # and use hotkeys like `c' to enter console mode.
  48. #GRUB_USERS="*=user1,user2:ubuntu=user1:windows="
  49.  
  50. # For a complete list of supported variables, refer to this wiki page:
  51. # http://code.google.com/p/burg/wiki/ConfigurationVariables
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement