Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 1.42 KB | Hits: 36 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. # If you change this file, run 'update-burg' afterwards to update
  2. # /boot/burg/burg.cfg.
  3.  
  4. GRUB_DEFAULT=0
  5. GRUB_TIMEOUT=5
  6. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  7. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  8. GRUB_CMDLINE_LINUX=""
  9.  
  10. # Uncomment to disable graphical terminal (grub-pc only)
  11. GRUB_TERMINAL=console
  12.  
  13. # The resolution used on graphical terminal
  14. # note that you can use only modes which your graphic card supports via VBE
  15. # you can see them in real GRUB with the command `vbeinfo'
  16. #GRUB_GFXMODE=640x480
  17.  
  18. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  19. #GRUB_DISABLE_LINUX_UUID=true
  20.  
  21. # Uncomment to disable generation of recovery mode menu entries
  22. #GRUB_DISABLE_LINUX_RECOVERY="true"
  23.  
  24. # Use the previous selected theme, you can also specify a theme to be used
  25. # In the boot menu, use hotkey 't' to popup a theme selection menu
  26. GRUB_THEME=sora
  27.  
  28. # Use the previous folding option, its value can be 'yes', 'no' or 'saved'
  29. # In the boot menu, use hotkey 'F7' to show the full list, 'f' to toggle
  30. # between folding modes.
  31. GRUB_FOLD=saved
  32.  
  33. # Add user with burg-adduser, then use GRUB_USERS to config authentication.
  34. # The following example means user1 can boot Ubuntu, no password is needed to
  35. # boot Windows, user1 amd user2 can boot other OS. Superusers can boot any OS
  36. # and use hotkeys like `c' to enter console mode.
  37. #GRUB_USERS="*=user1,user2:Ubuntu=user1:Windows="