guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: overdrive: Use 'targets' in 'bootloader-configuration'.


From: Ludovic Courtès
Subject: 02/03: hydra: overdrive: Use 'targets' in 'bootloader-configuration'.
Date: Sun, 11 Sep 2022 06:21:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit de740b9a0767662deb369f0b3c6f22d32926f94a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Sep 11 12:04:23 2022 +0200

    hydra: overdrive: Use 'targets' in 'bootloader-configuration'.
    
    * hydra/modules/sysadmin/overdrive.scm (overdrive-system): Use 'targets'
    instead of 'target' in 'bootloader-configuration', the latter being
    deprecated.
---
 hydra/modules/sysadmin/overdrive.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/overdrive.scm 
b/hydra/modules/sysadmin/overdrive.scm
index 9327eab..a6d46d9 100644
--- a/hydra/modules/sysadmin/overdrive.scm
+++ b/hydra/modules/sysadmin/overdrive.scm
@@ -81,7 +81,7 @@
 
     (bootloader (bootloader-configuration
                  (bootloader grub-efi-bootloader)
-                 (target "/boot/efi")))
+                 (targets (list "/boot/efi"))))
     (initrd-modules (cons* "xhci-pci" "ahci_platform" "sg" "sd_mod"
                            %base-initrd-modules))
     (firmware '())



reply via email to

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