]> TLD Linux GIT Repositories - packages/grub2.git/blob - grub.sysconfig
- we do update grub.cfg by default
[packages/grub2.git] / grub.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 disable auto generation of /boot/grub/grub.conf on kernel package
6 # install/upgrade, UPDATE_GRUB must be set to "no".
7 #UPDATE_GRUB=yes
8
9 # Default entry to boot. Numeric value starting with 0.
10 # Use special value 'saved' to stick with last booted entry. used with GRUB_SAVEDEFAULT
11 GRUB_DEFAULT=0
12
13 # save_default_entry
14 #GRUB_SAVEDEFAULT=true
15
16 GRUB_TIMEOUT=15
17
18 # Unless `GRUB_DISABLE_RECOVERY' is set to `true', two menu entries
19 # will be generated for each Linux kernel: one default entry and one
20 # entry for recovery mode. This option lists command-line arguments
21 # to add only to the default menu entry, after those listed in
22 # `GRUB_CMDLINE_LINUX'.
23 GRUB_CMDLINE_LINUX_DEFAULT="quiet panic=120"
24
25 # Command-line arguments to add to menu entries for the Linux kernel.
26 GRUB_CMDLINE_LINUX=""
27
28 # Set to 'console' to disable graphical terminal (grub-pc only)
29 #GRUB_TERMINAL=console
30
31 # The resolution used on graphical terminal
32 # note that you can use only modes which your graphic card supports via VBE
33 # you can see them in real GRUB with the command `vbeinfo'
34 #GRUB_GFXMODE=640x480
35
36 # Disable GRUB to pass "root=UUID=xxx" parameter to Linux
37 #GRUB_DISABLE_LINUX_UUID=true
38
39 # Disable generation of recovery mode menu entries
40 GRUB_DISABLE_RECOVERY="true"
41
42 # Disable creating "advanced" submenus, just use flat list
43 GRUB_DISABLE_SUBMENU="true"
44
45 # Control which initial ramdisk should grub-mkconfig prefer when searching
46 # default is initrd-*.gz created by geninitrd, uncomment to make it prefer
47 # initramfs-*.img created by dracut
48 #GRUB_PREFER_DRACUT="true"
49
50 # Uncomment to get a beep at grub start
51 #GRUB_INIT_TUNE="480 440 1"