guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: guix system: Fix 'init' again.


From: guix-commits
Subject: 01/02: guix system: Fix 'init' again.
Date: Wed, 21 Nov 2018 17:27:20 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a29ce1f97dc8336e5a063f14d98d673b33b4bff4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 21 13:56:31 2018 +0100

    guix system: Fix 'init' again.
    
    Fixes a regression introduced in
    52ee4479ef26826a53b9929cd00ca7738be687b1, 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'.
---
 guix/scripts/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index 00d2fe4..d92ec7d 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -910,7 +910,7 @@ static checks."
                       #: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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]