unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41769] [PATCH] system: Fix typo that breaks grub.cfg generation
@ 2020-06-09  1:12 Royce Strange
  2020-06-09  5:30 ` bug#41769: " maxim.cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Royce Strange @ 2020-06-09  1:12 UTC (permalink / raw)
  To: 41769

* 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





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

* bug#41769: [PATCH] system: Fix typo that breaks grub.cfg generation
  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
  0 siblings, 0 replies; 2+ messages in thread
From: maxim.cournoyer @ 2020-06-09  5:30 UTC (permalink / raw)
  To: Royce Strange; +Cc: 41769-done

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




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

end of thread, other threads:[~2020-06-09  5:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09  1:12 [bug#41769] [PATCH] system: Fix typo that breaks grub.cfg generation Royce Strange
2020-06-09  5:30 ` bug#41769: " maxim.cournoyer

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).