]> git.pld-linux.org Git - packages/grub2.git/blame - grub.sysconfig
- drop invalid comment
[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
b46589aa 16GRUB_TIMEOUT=5
f8e36c8a 17
62c49aca 18GRUB_DISTRIBUTOR=$(lsb_release -i -s 2> /dev/null || echo PLD)
f8e36c8a 19
b46589aa
ER
20GRUB_CMDLINE_LINUX_DEFAULT="quiet"
21GRUB_CMDLINE_LINUX=""
22
f5e6ae70 23# Set to 'console' to disable graphical terminal (grub-pc only)
b46589aa
ER
24#GRUB_TERMINAL=console
25
26# The resolution used on graphical terminal
27# note that you can use only modes which your graphic card supports via VBE
28# you can see them in real GRUB with the command `vbeinfo'
29#GRUB_GFXMODE=640x480
30
f5e6ae70 31# Disable GRUB to pass "root=UUID=xxx" parameter to Linux
b46589aa
ER
32#GRUB_DISABLE_LINUX_UUID=true
33
f5e6ae70 34# Disable generation of recovery mode menu entries
e257af50 35GRUB_DISABLE_LINUX_RECOVERY="true"
e23b157a
ER
36
37# Uncomment to get a beep at grub start
38#GRUB_INIT_TUNE="480 440 1"
ccb79b72
ER
39
40# Setup lang, otherwise it would be inherited from running terminal
41#LANG=C
This page took 0.029654 seconds and 4 git commands to generate.