grub/grub2-sysconfig

32 lines
639 B
Plaintext

#
# grub2 configuration file
#
#
# Uncomment the following lines to configure other systems (chainloaded)
# to appear in grub2 boot menu.
#
#GRUB_OTHER_TITLES=("Windows 98")
#GRUB_OTHER_DEVICES=(/dev/hda3)
# Define an alternative command line for linux entries
#
#GRUB_CMDLINE_LINUX="resume2= video=uvesafb:1024x768-32,ywrap,mtrr:3 quiet splash=silent,fadein console=tty1"
# Define default menu entry
#
#GRUB_DEFAULT=0
#GRUB_SAVEDDEFAULT=false
# Define boot menu timeout before loading default menu entry
#
#GRUB_TIMEOUT=5
# Definitions for serial console
#
#GRUB_TERMINAL=
#GRUB_SERIAL_COMMAND=
#Apply changes with:
#
# update-grub