grub (731B)
1 # 2 # Configuration file for GRUB. 3 # 4 GRUB_DEFAULT=0 5 #GRUB_HIDDEN_TIMEOUT=0 6 #GRUB_HIDDEN_TIMEOUT_QUIET=false 7 GRUB_TIMEOUT=50 8 GRUB_DISTRIBUTOR="Void/Austall" 9 GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 slub_debug=P page_poison=1" 10 # Uncomment to use basic console 11 #GRUB_TERMINAL_INPUT="console" 12 # Uncomment to disable graphical terminal 13 #GRUB_TERMINAL_OUTPUT=console 14 GRUB_THEME=/boot/grub/theme.txt 15 GRUB_BACKGROUND=/boot/grub/background.png 16 #GRUB_GFXMODE=1920x1080x32 17 #GRUB_DISABLE_LINUX_UUID=true 18 #GRUB_DISABLE_RECOVERY=true 19 # Uncomment and set to the desired menu colors. Used by normal and wallpaper 20 # modes only. Entries specified as foreground/background. 21 #GRUB_COLOR_NORMAL="light-blue/black" 22 #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"