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