nixos/test-instrumentation: forward journald to correct tty also in systemd initrd (#349479)

This commit is contained in:
Jacek Galowicz 2024-10-18 10:16:22 +02:00 committed by GitHub
commit d3a7fdf5b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,6 +90,7 @@ in
contents."/etc/systemd/journald.conf".text = ''
[Journal]
ForwardToConsole=yes
TTYPath=/dev/${qemu-common.qemuSerialDevice}
MaxLevelConsole=debug
'';