Files
vms/distros/archlinux/rolling/amd64.pkrvars.hcl
T
2025-01-21 11:01:23 -06:00

17 lines
625 B
HCL

distro = "archlinux"
version = "rolling"
iso = {
url = "http://mirror.rackspace.com/archlinux/iso/2025.01.01/archlinux-x86_64.iso"
checksum = "74b109b4b36d20bef8f4203e30b8d223e0ab297a09d1a1213a02894472aa530a"
}
boot_command = [
"e<down><down><down><end> net.ifnames=0 biosdevnames=0 <enter>",
"<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"