From e93d7999c84dfc778c1fa08a0aa73059aa829fff Mon Sep 17 00:00:00 2001 From: camoz Date: Sun, 26 Dec 2021 03:12:42 +0100 Subject: [PATCH] grub: Add quotes to `grub.default` Make it more coherent. Useful because `GRUB_TERMINAL_OUTPUT` can take multiple values separated by spaces. --- srcpkgs/grub/files/grub.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/grub/files/grub.default b/srcpkgs/grub/files/grub.default index 8e8231603ebd..e373b6a36b32 100644 --- a/srcpkgs/grub/files/grub.default +++ b/srcpkgs/grub/files/grub.default @@ -10,7 +10,7 @@ GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4" # Uncomment to use basic console #GRUB_TERMINAL_INPUT="console" # Uncomment to disable graphical terminal -#GRUB_TERMINAL_OUTPUT=console +#GRUB_TERMINAL_OUTPUT="console" #GRUB_BACKGROUND=/usr/share/void-artwork/splash.png #GRUB_GFXMODE=1920x1080x32 #GRUB_DISABLE_LINUX_UUID=true