hydra: berlin: Update 'bootloader-configuration' to latest API.

* hydra/berlin.scm <bootloader>: Change 'target' to 'targets'.
This commit is contained in:
Ludovic Courtès 2021-10-14 11:37:55 +02:00
parent 27dc74fbe3
commit 7c2742be57
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ Happy hacking!\n"))
;; Show the GRUB menu on the serial interface.
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")
(targets '("/dev/sda"))
(terminal-inputs '(serial))
(terminal-outputs '(serial))))