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
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

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