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.
17 lines
647 B
HCL
17 lines
647 B
HCL
distro = "archlinux"
|
|
version = "rolling"
|
|
iso = {
|
|
url = "http://mirror.rackspace.com/archlinux/iso/2024.04.01/archlinux-2024.04.01-x86_64.iso"
|
|
checksum = "52aea58f88c9a80afe64f0536da868251ef4878de5a5e0227fcada9f132bd7ab"
|
|
}
|
|
boot_command = [
|
|
"e<down><down><down><end> net.ifnames=0 biosdevnames=0 console=ttyS0<f10>",
|
|
"<wait60>", # Wait for system to come up?
|
|
"curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh<enter>",
|
|
"<wait5>",
|
|
"/usr/bin/bash /tmp/install.sh {{ .HTTPPort }} {{ .HTTPIP }}<enter>"
|
|
]
|
|
http_directory = "distros/archlinux/rolling/http/"
|
|
boot_wait = "10s"
|
|
vbox_os_type = "ArchLinux_64"
|