guix-commits
[Top][All Lists]
Advanced

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

04/08: services: hurd-vm: Use the new 'targets' field of <bootloader-con


From: guix-commits
Subject: 04/08: services: hurd-vm: Use the new 'targets' field of <bootloader-configuration>.
Date: Mon, 30 Aug 2021 08:50:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1037211d1b1b509514a19385167b6b2eadc56fee
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Aug 30 14:24:14 2021 +0200

    services: hurd-vm: Use the new 'targets' field of 
<bootloader-configuration>.
    
    * gnu/services/virtualization.scm (%hurd-vm-operating-system): Use
    'targets' instead of 'target' for the 'bootloader-configuration' field.
---
 gnu/services/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm
index 47f3f79..0c75614 100644
--- a/gnu/services/virtualization.scm
+++ b/gnu/services/virtualization.scm
@@ -894,7 +894,7 @@ that will be listening to receive secret keys on port 1004, 
TCP."
     (timezone "Europe/Amsterdam")
     (bootloader (bootloader-configuration
                  (bootloader grub-minimal-bootloader)
-                 (target "/dev/vda")
+                 (targets '("/dev/vda"))
                  (timeout 0)))
     (packages (cons* gdb-minimal
                      (operating-system-packages



reply via email to

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