# Configuration file for GRUB.
#
# After editing this file, run update-grub to update /boot/grub/grub.cfg.

GRUB_DISTRIBUTOR="TLD"

# To disable automatic generation of /boot/grub/grub.conf on kernel package
# install/upgrade, set UPDATE_GRUB to "no".
#UPDATE_GRUB="no"

# Default entry to boot (numeric value starting with 0). Use the special value
# "saved" to make the last booted entry the default (requires GRUB_SAVEDEFAULT
# to be set to true).
GRUB_DEFAULT=0

# If this option is set to true, when an entry is selected, it will be saved as
# a new default entry for use by future runs of GRUB.
#GRUB_SAVEDEFAULT="true"

# Boot the default entry this many seconds after the menu is displayed, unless
# a key is pressed. Set to 0 to boot immediately without displaying the menu,
# or to -1 to wait indefinitely. 
GRUB_TIMEOUT=15

# Wait this many seconds for a key to be pressed before the menu is displayed.
#GRUB_HIDDEN_TIMEOUT=15

# Command line arguments to add to menu entries for the Linux kernel.
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0 panic=300 quiet"

# Set the terminal to the platform's native console and disable the graphical
# terminal (grub-pc only).
#GRUB_TERMINAL="console"

# Set the resolution used on the graphical terminal (WidthxHeight or
# WidthxHeightxDepth), or set to "auto", which selects a platform-specific
# default that should look reasonable.
#GRUB_GFXMODE="640x480"

# Prevent GRUB from passing the "root=UUID=xxx" parameter to the Linux kernel.
#GRUB_DISABLE_LINUX_UUID="true"

# Disable the creation of recovery mode menu entries.
GRUB_DISABLE_RECOVERY="true"

# Disable the creation of submenus, just use the flat menu with all entries.
GRUB_DISABLE_SUBMENU="true"

# Set to "true" to remove the "--unrestricted" option from the boot entries.
GRUB_RESTRICTED="false"
