Archived
1
0
Fork 0

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.
This commit is contained in:
Ludovic Courtès 2021-08-30 14:24:14 +02:00
parent baf4272df2
commit 1037211d1b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -894,7 +894,7 @@ that will be listening to receive secret keys on port 1004, TCP."
(timezone "Europe/Amsterdam") (timezone "Europe/Amsterdam")
(bootloader (bootloader-configuration (bootloader (bootloader-configuration
(bootloader grub-minimal-bootloader) (bootloader grub-minimal-bootloader)
(target "/dev/vda") (targets '("/dev/vda"))
(timeout 0))) (timeout 0)))
(packages (cons* gdb-minimal (packages (cons* gdb-minimal
(operating-system-packages (operating-system-packages