neodotfiles/config/etc/default/grub

23 lines
767 B
Text
Raw Normal View History

2024-08-03 06:35:58 +00:00
#
# Configuration file for GRUB.
#
2024-07-15 19:11:54 +00:00
GRUB_DEFAULT=0
2024-08-03 06:35:58 +00:00
GRUB_HIDDEN_TIMEOUT=1
GRUB_HIDDEN_TIMEOUT_QUIET=true
2024-07-15 19:11:54 +00:00
GRUB_TIMEOUT=0
2024-08-03 06:35:58 +00:00
GRUB_DISTRIBUTOR="Void"
GRUB_CMDLINE_LINUX_DEFAULT="rd.lvm.vg=thkvg rd.luks.uuid=a2d27caa-9675-4e07-ad78-51d796c879de loglevel=3 quiet"
2024-07-15 19:11:54 +00:00
# Uncomment to use basic console
2024-08-03 06:35:58 +00:00
#GRUB_TERMINAL_INPUT="console"
2024-07-15 19:11:54 +00:00
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
2024-08-03 06:35:58 +00:00
#GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
#GRUB_GFXMODE=1920x1080x32
2024-07-15 19:11:54 +00:00
#GRUB_DISABLE_LINUX_UUID=true
2024-08-03 06:35:58 +00:00
#GRUB_DISABLE_RECOVERY=true
2024-07-15 19:11:54 +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"
2024-08-03 06:35:58 +00:00
GRUB_ENABLE_CRYPTODISK=y