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
509 B
HCL
21 lines
509 B
HCL
distro = "ubuntu"
|
|
version = "20.04"
|
|
iso = {
|
|
url = "https://releases.ubuntu.com/20.04/ubuntu-20.04.6-live-server-amd64.iso"
|
|
checksum = "b8f31413336b9393ad5d8ef0282717b2ab19f007df2e9ed5196c13d8f9153c8b"
|
|
}
|
|
boot_wait = "3s"
|
|
boot_command = [
|
|
"e<wait><down><down><down><end><bs><bs><bs>",
|
|
"console=ttyS0 ",
|
|
"fsck.mode=skip ",
|
|
"locale=en_US ",
|
|
"auto=true ",
|
|
"priority=critical ",
|
|
"autoinstall ds=nocloud<f10>"
|
|
]
|
|
cd_files = [
|
|
"distros/ubuntu/20.04/disc/*"
|
|
]
|
|
vbox_os_type = "Ubuntu20_LTS_64"
|