neodotfiles/etc/default/grub

24 lines
788 B
Text
Raw Permalink Normal View History

2024-11-02 11:02:51 +00:00
#
# Configuration file for GRUB.
#
2024-08-13 13:07:56 +00:00
GRUB_DEFAULT=0
2024-11-02 11:02:51 +00:00
GRUB_HIDDEN_TIMEOUT=1
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR="Void"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
#GRUB_CMDLINE_LINUX_DEFAULT="rd.luks.uuid=<uuid> rd.luks.vg=<vgname> loglevel=3 quiet"
2024-08-13 13:07:56 +00:00
GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
2024-11-02 11:02:51 +00:00
#GRUB_TERMINAL_INPUT="console"
2024-08-13 13:07:56 +00:00
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
2024-11-02 11:02:51 +00:00
#GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
#GRUB_GFXMODE=1920x1080x32
2024-08-13 13:07:56 +00:00
#GRUB_DISABLE_LINUX_UUID=true
2024-11-02 11:02:51 +00:00
#GRUB_DISABLE_RECOVERY=true
2024-08-13 13:07:56 +00:00
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"