From: maxim.cournoyer@gmail.com
To: Royce Strange <royball@disroot.org>
Cc: 41769-done@debbugs.gnu.org
Subject: bug#41769: [PATCH] system: Fix typo that breaks grub.cfg generation
Date: Tue, 09 Jun 2020 01:30:10 -0400 [thread overview]
Message-ID: <877dwgkdr1.fsf@hurd.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20200609011224.24238-1-royball@disroot.org> (Royce Strange's message of "Mon, 8 Jun 2020 20:12:24 -0500")
Royce Strange <royball@disroot.org> writes:
> * 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))
Pushed, thank you!
Maxim
prev parent reply other threads:[~2020-06-09 5:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-09 1:12 [bug#41769] [PATCH] system: Fix typo that breaks grub.cfg generation Royce Strange
2020-06-09 5:30 ` maxim.cournoyer [this message]
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=877dwgkdr1.fsf@hurd.i-did-not-set--mail-host-address--so-tickle-me \
--to=maxim.cournoyer@gmail.com \
--cc=41769-done@debbugs.gnu.org \
--cc=royball@disroot.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).