]> git.pld-linux.org Git - packages/burg.git/blob - burg.sysconfig
- fix URL
[packages/burg.git] / burg.sysconfig
1 # Configuration file for grub.
2 #
3 # If you change this file, run 'update-grub' afterwards to update /boot/grub/grub.cfg.
4 #
5 # To enable auto generation of /boot/grub/grub.conf on kernel package's
6 # install, UPDATE_GRUB must be set to "yes".
7 #UPDATE_GRUB=yes
8
9 GRUB_DEFAULT=0
10 GRUB_TIMEOUT=5
11 GRUB_DISTRIBUTOR=$(lsb_release -i -s 2> /dev/null || echo PLD)
12 GRUB_CMDLINE_LINUX_DEFAULT="quiet"
13 GRUB_CMDLINE_LINUX=""
14
15 # Set to 'console' to disable graphical terminal (grub-pc only)
16 #GRUB_TERMINAL=console
17
18 # The resolution used on graphical terminal
19 # note that you can use only modes which your graphic card supports via VBE
20 # you can see them in real GRUB with the command `vbeinfo'
21 #GRUB_GFXMODE=640x480
22
23 # Disable GRUB to pass "root=UUID=xxx" parameter to Linux
24 #GRUB_DISABLE_LINUX_UUID=true
25
26 # Disable generation of recovery mode menu entries
27 GRUB_DISABLE_LINUX_RECOVERY="true"
28
29 # Uncomment to get a beep at grub start
30 #GRUB_INIT_TUNE="480 440 1"
31
32 # Setup lang, otherwise it would be inherited from running terminal
33 #LANG=C
This page took 0.091207 seconds and 3 git commands to generate.