Github messages for voidlinux
 help / color / mirror / Atom feed
From: camoz <camoz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] grub: Add quotes to `grub.default`
Date: Sun, 26 Dec 2021 03:13:57 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34700@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2021-12-26  2:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-26  2:13 camoz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34700@inbox.vuxu.org \
    --to=camoz@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).