This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 0ba64d45 hydra: bayfront: Have GRUB log to the serial output as well.
0ba64d45 is described below
commit 0ba64d45fa5e4c6d214895e930a207945e5251ed
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon May 5 11:52:34 2025 +0200
hydra: bayfront: Have GRUB log to the serial output as well.
* hydra/bayfront.scm <bootloader-configuration>: Add ‘serial’ to
‘terminal-outputs’.
---
hydra/bayfront.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 743165bf..1949421a 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1587,7 +1587,7 @@ access_log /var/log/nginx/git.qa.access.log;"))
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(targets '("/dev/sda"))
- (terminal-outputs '(console))))
+ (terminal-outputs '(console serial))))
(mapped-devices (list (mapped-device
(source (list "/dev/sda2" "/dev/sdb2"))