mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
12e151d3e1
- startwl: move `chmod` out of if statement (ensure $XDG_RUNTIME_DIR properly has 0700 permission) - doas: add Void specified config - nftables: add note for future changes to block rules - grub: disable submenu
30 lines
972 B
Plaintext
30 lines
972 B
Plaintext
#
|
|
# Configuration file for GRUB.
|
|
#
|
|
GRUB_DEFAULT=0
|
|
#GRUB_HIDDEN_TIMEOUT=0
|
|
#GRUB_HIDDEN_TIMEOUT_QUIET=false
|
|
GRUB_TIMEOUT=10
|
|
GRUB_DISTRIBUTOR="Void"
|
|
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 init_on_free=1 page_alloc.shuffle=1 apparmor=1 security=apparmor"
|
|
# Uncomment to use basic console
|
|
#GRUB_TERMINAL_INPUT="console"
|
|
# Uncomment to disable graphical terminal
|
|
#GRUB_TERMINAL_OUTPUT=console
|
|
GRUB_BACKGROUND=/usr/share/grub/background.png
|
|
GRUB_GFXMODE=1920x1080x32,1280x720x32,auto
|
|
GRUB_GFXPAYLOAD_LINUX=keep
|
|
GRUB_FONT=/boot/grub/fonts/hack.pf2
|
|
#GRUB_DISABLE_LINUX_UUID=true
|
|
#GRUB_DISABLE_RECOVERY=true
|
|
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
|
|
# modes only. Entries specified as foreground/background.
|
|
GRUB_COLOR_NORMAL="white/black"
|
|
GRUB_COLOR_HIGHLIGHT="black/white"
|
|
#GRUB_DISABLE_OS_PROBER=true
|
|
GRUB_ENABLE_CRYPTODISK=y
|
|
GRUB_DISABLE_SUBMENU=y
|
|
|
|
# To generate new font:
|
|
# grub-mkfont -s 24 -o /boot/grub/fonts/hack.pf2 ~/Hack-Regular.ttf
|