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>master
parent
5f7c4416b5
commit
ea80cdbcea
|
@ -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
|
||||
|
|
Reference in New Issue