guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: bayfront: Use the new 'bootloader-configuration' interface


From: Ludovic Courtès
Subject: 02/03: hydra: bayfront: Use the new 'bootloader-configuration' interface.
Date: Tue, 21 Dec 2021 14:41:48 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit 68337ccd9dfa35566ba18dd52ce8d3f3178db1c8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 21 20:39:33 2021 +0100

    hydra: bayfront: Use the new 'bootloader-configuration' interface.
    
    * hydra/bayfront.scm <bootloader>: Change 'target' to 'targets'.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 2a53b6a..baa9df7 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -817,7 +817,7 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
 
   (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
-               (target "/dev/sda")
+               (targets '("/dev/sda"))
                (terminal-outputs '(console))))
 
   (mapped-devices (list (mapped-device



reply via email to

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