Skip to content
Snippets Groups Projects
Unverified Commit a29ce1f9 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

guix system: Fix 'init' again.

Fixes a regression introduced in
52ee4479, whereby 'install' would now be
passed a procedure instead of a lowerable object.

* guix/scripts/system.scm (perform-action): Pass BOOTLOADER-SCRIPT as
the #:bootloader-installer argument of 'install'.
parent d9f8e846
No related branches found
No related tags found
No related merge requests found
......@@ -910,7 +910,7 @@ (define bootloader-script
#:install-bootloader? install-bootloader?
#:bootcfg bootcfg
#:bootcfg-file bootcfg-file
#:bootloader-installer bootloader-installer))
#:bootloader-installer bootloader-script))
(else
;; All we had to do was to build SYS and maybe register an
;; indirect GC root.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment