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.
21 lines
475 B
HCL
21 lines
475 B
HCL
distro = "ubuntu"
|
|
version = "23.10"
|
|
iso = {
|
|
url = "http://releases.ubuntu.com/23.10/ubuntu-23.10-live-server-amd64.iso"
|
|
checksum = "d2fb80d9ce77511ed500bcc1f813e6f676d4a3577009dfebce24269ca23346a5"
|
|
}
|
|
boot_command = [
|
|
"e<down><down><down><end><bs><bs><bs>",
|
|
"console=ttyS0 ",
|
|
"fsck.mode=skip ",
|
|
"locale=en_US ",
|
|
"auto=true ",
|
|
"priority=critical ",
|
|
"autoinstall",
|
|
"<F10>",
|
|
]
|
|
cd_files = [
|
|
"distros/ubuntu/23.10/disc/*"
|
|
]
|
|
vbox_os_type = "Ubuntu23_64"
|