16 lines
605 B
HCL
16 lines
605 B
HCL
distro = "archlinux"
|
|
version = "rolling"
|
|
iso = {
|
|
url = "http://dfw.mirror.rackspace.com/archlinux/iso/2023.11.01/archlinux-2023.11.01-x86_64.iso"
|
|
checksum = "477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608"
|
|
}
|
|
boot_command = [
|
|
"e<down><down><down><end> net.ifnames=0 biosdevnames=0<f10>",
|
|
"<wait30>", # 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"
|