updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / burg-bzr / burg.default
blob78984447df8ed06f06593bc0518b978f5127f073
1 # If you change this file, run 'burg-mkconfig -o /boot/burg/burg.cfg' afterwards to update
2 # /boot/burg/burg.cfg.
4 GRUB_DEFAULT=0
5 GRUB_TIMEOUT=5
6 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Arch`
7 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
8 GRUB_CMDLINE_LINUX=""
10 # Uncomment to disable graphical terminal (grub-pc only)
11 #GRUB_TERMINAL=console
13 # If you want to enable the save default function, uncomment the following
14 # line, and set GRUB_DEFAULT to saved.
15 GRUB_SAVEDEFAULT=true
17 # The resolution used on graphical terminal
18 # note that you can use only modes which your graphic card supports via VBE
19 # you can see them in real GRUB with the command `vbeinfo'
20 # In the boot menu, use hotkey 'r' to popup a resolution selection menu.
21 GRUB_GFXMODE=saved
23 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
24 #GRUB_DISABLE_LINUX_UUID=true
26 # Uncomment to disable generation of recovery mode menu entries
27 #GRUB_DISABLE_LINUX_RECOVERY="true"
29 # Uncomment to get a beep at grub start
30 #GRUB_INIT_TUNE="480 440 1"
32 # GRUB_THEME's value can be 'saved' or a specific BURG theme name, you can also
33 # set it to the pathname of a GRUB2 theme file.
34 # In the boot menu, use hotkey 't' to popup a theme selection menu
35 GRUB_THEME=saved
37 # GRUB_FOLD's value can be 'saved', 'true' or 'false'.
38 # In the boot menu, use hotkey 'F7' to show the full list, 'f' to toggle
39 # between folding modes.
40 GRUB_FOLD=saved
42 # Add user with burg-adduser, then use GRUB_USERS to config authentication.
43 # The following example means user1 can boot Ubuntu, no password is needed to
44 # boot Windows, user1 amd user2 can boot other OS. Superusers can boot any OS
45 # and use hotkeys like `c' to enter console mode.
46 #GRUB_USERS="*=user1,user2:ubuntu=user1:windows="
48 # For a complete list of supported variables, refer to this wiki page:
49 # http://code.google.com/p/burg/wiki/ConfigurationVariables