]> git.pld-linux.org Git - packages/grub2.git/blame - grub.sysconfig
- set timeout to 15 seconds, give user a chance to choose
[packages/grub2.git] / grub.sysconfig
CommitLineData
62c49aca
ER
1# Configuration file for grub.
2#
3# If you change this file, run 'update-grub' afterwards to update /boot/grub/grub.cfg.
4#
f8e36c8a 5# To enable auto generation of /boot/grub/grub.conf on kernel package
e23b157a 6# install, UPDATE_GRUB must be set to "yes".
62c49aca 7#UPDATE_GRUB=yes
b46589aa 8
f8e36c8a
ER
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
b46589aa 11GRUB_DEFAULT=0
f8e36c8a
ER
12
13# save_default_entry
14#GRUB_SAVEDEFAULT=true
15
e77433f9 16GRUB_TIMEOUT=15
f8e36c8a 17
1a536b63
ER
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'.
a3f7da10 23GRUB_CMDLINE_LINUX_DEFAULT="quiet panic=120"
1a536b63
ER
24
25# Command-line arguments to add to menu entries for the Linux kernel.
b46589aa
ER
26GRUB_CMDLINE_LINUX=""
27
f5e6ae70 28# Set to 'console' to disable graphical terminal (grub-pc only)
b46589aa
ER
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
f5e6ae70 36# Disable GRUB to pass "root=UUID=xxx" parameter to Linux
b46589aa
ER
37#GRUB_DISABLE_LINUX_UUID=true
38
f5e6ae70 39# Disable generation of recovery mode menu entries
0f5a3b6b 40GRUB_DISABLE_RECOVERY="true"
e23b157a 41
e858f4f9
JR
42# Disable creating "advanced" submenus, just use flat list
43GRUB_DISABLE_SUBMENU="true"
44
e23b157a
ER
45# Uncomment to get a beep at grub start
46#GRUB_INIT_TUNE="480 440 1"
This page took 0.122672 seconds and 4 git commands to generate.