# Sysconfig migration version, do not edit
GRUB_SYSCONFIG_VERSION=1

# Automaticaly update grub on device(s)
# NB: don't put /dev/mdX there but rather '/dev/sda /dev/sdb '!
#GRUB_AUTOUPDATE_DEVICE='/dev/sda '
# Use '--force' option for grub-install
#GRUB_AUTOUPDATE_FORCE='no'

# Automaticaly update config file on kernel install/removal
# default: true
GRUB_AUTOUPDATE_CFG=true

# Automaticaly updated config filename
# default: /boot/grub/grub.cfg
GRUB_AUTOUPDATE_CFGNAME=/boot/grub/grub.cfg

# Disable autoupdate
GRUB_DISABLE_AUTOUPDATE=false

# Kernel for the top-level boot entry
# default: /boot/vmlinuz
GRUB_TOP_LEVEL=/boot/vmlinuz

# How to handle /boot/vmlinuz* symlinks:
# 'yes','true' - include in config
# 'no','false' - skip in config
# 'vmlinuz'    - include only /boot/vmlinuz in config
# default: yes
GRUB_VMLINUZ_SYMLINKS=yes

# If this option is set to ‘true’, disable the
# generation of recovery mode menu entries.
GRUB_DISABLE_RECOVERY=false

# Preload specific grub modules
#GRUB_PRELOAD_MODULES=''

# How the boot menu interacts with the timeout (GRUB_TIMEOUT):
# 'menu'      - display the menu, wait for timeout, then boot default entry
# 'countdown' - wait for timeout before displaying the menu,
#               showing a one-line countdown; then boot default entry
# 'hidden'    - wait for timeout before displaying the menu,
#               with no visual indication; then boot default entry
# For 'countdown' and 'hidden': press ESC, F4, or hold SHIFT
# during the timeout to display the menu
# default: menu
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5

# Command-line arguments for all kernel entries
GRUB_CMDLINE_LINUX=''

# Command-line arguments for default kernel entries only
GRUB_CMDLINE_LINUX_DEFAULT='panic=30 splash'

# Command-line arguments for recovery menu entry only
GRUB_CMDLINE_LINUX_RECOVERY='single'

GRUB_TERMINAL_OUTPUT='gfxterm'
GRUB_GFXMODE='auto'
GRUB_DEFAULT='saved'
GRUB_SAVEDEFAULT=true
GRUB_BACKGROUND="/usr/share/design/current/backgrounds/default.png"

# This is especially important as EFI Boot Manager label
GRUB_DISTRIBUTOR="ALT Linux"

# This defines /boot/efi/EFI subdir name
GRUB_BOOTLOADER_ID="altlinux"

# If this option is set to ‘true’, default btrfs subvolume
# will be used as root insdead of auto-detected / subvolume.
# Required for snapper rollback (see #56881)
GRUB_BTRFS_USE_DEFAULT_SUBVOL=false
