# Default menu entry
GRUB_DEFAULT=0
# Time after the menu displayed
GRUB_TIMEOUT=60
# Time before displaying the menu
#GRUB_HIDDEN_TIMEOUT=0
# Display countdown or not
#GRUB_HIDDEN_TIMEOUT_QUIET=false
# Command line arguments for default linux entry
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 quiet"
## default until Plamo 6.x
## GRUB_CMDLINE_LINUX_DEFAULT="vga16 unicon=eucjp vt.default_utf8=0 panic_output=7"
# Command line arguments for all linux entry
GRUB_CMDLINE_LINUX="net.ifnames=0"
# Distributor
GRUB_DISTRIBUTOR="Plamo"

# enable other bootable partition check(default=off)
# GRUB_DISABLE_OS_PROBER=false

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

GRUB_BACKGROUND="/usr/share/grub/plamo_bg01.png"
GRUB_FONTS="/usr/share/grub/unicode.pf2"

