all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#41771] [PATCH] activation: Fix function call for system activation
@ 2020-06-09  2:53 Royce Strange
  2020-06-09  7:40 ` bug#41771: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Royce Strange @ 2020-06-09  2:53 UTC (permalink / raw)
  To: 41771

* gnu/build/activation.scm (boot-time-system):
Evaluate the linux-command-line thunk for linux systems to boot
---
 gnu/build/activation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm
index b915e6bb67..4b67926e88 100644
--- a/gnu/build/activation.scm
+++ b/gnu/build/activation.scm
@@ -321,7 +321,7 @@ improvement."
 (define (boot-time-system)
   "Return the '--system' argument passed on the kernel command line."
   (find-long-option "--system" (if (string-contains %host-type "linux-gnu")
-                                   linux-command-line
+                                   (linux-command-line)
                                    (command-line))))
 
 (define* (activate-current-system
-- 
2.26.2





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

* bug#41771: [PATCH] activation: Fix function call for system activation
  2020-06-09  2:53 [bug#41771] [PATCH] activation: Fix function call for system activation Royce Strange
@ 2020-06-09  7:40 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-06-09  7:40 UTC (permalink / raw)
  To: Royce Strange; +Cc: 41771-done

Hi,

Royce Strange <royball@disroot.org> skribis:

> * gnu/build/activation.scm (boot-time-system):
> Evaluate the linux-command-line thunk for linux systems to boot

Applied, thanks for the quick fix!

Ludo’.




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09  2:53 [bug#41771] [PATCH] activation: Fix function call for system activation Royce Strange
2020-06-09  7:40 ` bug#41771: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.