Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grub: Add quotes to `grub.default`
@ 2021-12-26  2:13 camoz
  2022-06-20  2:13 ` github-actions
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: camoz @ 2021-12-26  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

There is a new pull request by camoz against master on the void-packages repository

https://github.com/camoz/void-packages patch-1
https://github.com/void-linux/void-packages/pull/34700

grub: Add quotes to `grub.default`
Make it more coherent. Useful because `GRUB_TERMINAL_OUTPUT` can take multiple values separated by spaces.


A patch file from https://github.com/void-linux/void-packages/pull/34700.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-34700.patch --]
[-- Type: text/x-diff, Size: 944 bytes --]

From e93d7999c84dfc778c1fa08a0aa73059aa829fff Mon Sep 17 00:00:00 2001
From: camoz <camoz@users.noreply.github.com>
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-04  2:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-26  2:13 [PR PATCH] grub: Add quotes to `grub.default` camoz
2022-06-20  2:13 ` github-actions
2022-06-20 12:08 ` camoz
2022-09-19  2:14 ` github-actions
2022-10-04  2:13 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).