grub: don't set defaults again
This commit is contained in:
parent
ef6e59722f
commit
2ce8ffe6aa
|
@ -7,7 +7,10 @@ GRUB_DEFAULT=0
|
|||
GRUB_TIMEOUT=5
|
||||
GRUB_DISTRIBUTOR="Void"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4"
|
||||
GRUB_TERMINAL_OUTPUT=gfxterm
|
||||
# Uncomment to use basic console
|
||||
#GRUB_TERMINAL_INPUT="console"
|
||||
# Uncomment to disable graphical terminal
|
||||
#GRUB_TERMINAL_OUTPUT=console
|
||||
GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
|
||||
#GRUB_GFXMODE=1920x1080x32
|
||||
#GRUB_DISABLE_LINUX_UUID=true
|
||||
|
|
Loading…
Reference in New Issue
Block a user