1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

activation: Fix function call for system activation

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Royce Strange
2020-06-08 21:53:30 -05:00
committed by Ludovic Courtès
parent 5f7c4416b5
commit ea80cdbcea

View File

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