unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Royce Strange <royball@disroot.org>
To: 41769@debbugs.gnu.org
Subject: [bug#41769] [PATCH] system: Fix typo that breaks grub.cfg generation
Date: Mon,  8 Jun 2020 20:12:24 -0500	[thread overview]
Message-ID: <20200609011224.24238-1-royball@disroot.org> (raw)

* gnu/system.scm (boot-parameters->menu-entry):
Delete quote to evalutate and get kernel boot parameters.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 21d0fbd190..081e0f2fb3 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -400,7 +400,7 @@ The object has its kernel-arguments extended in order to make it bootable."
      (device (boot-parameters-store-device conf))
      (device-mount-point (boot-parameters-store-mount-point conf))
      (linux (and (not multiboot?) kernel))
-     (linux-arguments (if (not multiboot?) '
+     (linux-arguments (if (not multiboot?)
                           (boot-parameters-kernel-arguments conf)
                           '()))
      (initrd (boot-parameters-initrd conf))
-- 
2.26.2





             reply	other threads:[~2020-06-09  1:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-09  1:12 Royce Strange [this message]
2020-06-09  5:30 ` bug#41769: [PATCH] system: Fix typo that breaks grub.cfg generation maxim.cournoyer

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20200609011224.24238-1-royball@disroot.org \
    --to=royball@disroot.org \
    --cc=41769@debbugs.gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).