mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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:
parent
5f7c4416b5
commit
ea80cdbcea
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ (define %current-system
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue