mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
baf4272df2
commit
1037211d1b
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ (define %hurd-vm-operating-system
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue