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.
16 lines
454 B
HCL
16 lines
454 B
HCL
distro = "almalinux"
|
|
version = "9"
|
|
iso = {
|
|
url = "https://mirrors.kernel.org/almalinux/9.4/isos/x86_64/AlmaLinux-9.4-x86_64-boot.iso"
|
|
checksum = "1e5d7da3d84d5d9a5a1177858a5df21b868390bfccf7f0f419b1e59acc293160"
|
|
}
|
|
boot_command = [
|
|
"<up>e<wait>",
|
|
"<down><down><end><wait>",
|
|
" inst.text inst.ks=cdrom:/ks.cfg",
|
|
" console=ttyS0 inst.notmux",
|
|
"<leftCtrlOn>x<leftCtrlOff>"
|
|
]
|
|
cd_files = [ "distros/almalinux/9/disc/*" ]
|
|
vbox_os_type = "RedHat9_64"
|