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.
24 lines
866 B
HCL
24 lines
866 B
HCL
distro = "debian"
|
|
version = "10"
|
|
iso = {
|
|
url = "https://cdimage.debian.org/cdimage/archive/10.13.0/amd64/iso-cd/debian-10.13.0-amd64-netinst.iso"
|
|
checksum = "75aa64071060402a594dcf1e14afd669ca0f8bf757b56d4c9c1a31b8f7c8f931"
|
|
}
|
|
boot_command = [
|
|
"<down>e<wait><down><down><down><end><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
|
"auto ",
|
|
"preseed/url=http://{{.HTTPIP}}:{{ .HTTPPort }}/preseed.cfg ",
|
|
"ipv6.disable=1 ",
|
|
"debian-installer=en_US locale=en_US kbd-chooser/method=us ",
|
|
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
|
|
"keyboard-configuration/variant=USA console-setup/ask_detect=false ",
|
|
"keyboard-configuration/xkb-keymap=us ",
|
|
"debconf/frontend=noninteractive ",
|
|
"hostname={{.Name}} ",
|
|
"domain=vagrant ",
|
|
"console=ttyS0 ",
|
|
"<f10>"
|
|
]
|
|
http_directory = "distros/debian/10/http/"
|
|
vbox_os_type = "Debian10_64"
|