Add serial output to QEmu

Hopefully this will give a little more information on what is happening
in the builds on QEmu servers. Tell builds to output to ttyS0 and then
capture that and output to the console.
This commit is contained in:
Greg Hellings
2024-06-29 22:03:55 -05:00
parent 5f84855e5e
commit 4f4fac29c7
19 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ iso = {
}
boot_command = [
"<up>e<down><down><end><bs><bs><bs><bs><bs>",
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg console=tty0 console=ttyS0<f10>"
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux console=ttyS0<f10>"
]
cd_files = [
"distros/fedora/rawhide/*.cfg"