Files
vms/distros/archlinux/rolling/amd64.pkrvars.hcl
T
Greg Hellings 74850a531d 2025-04 updates, including Leap 16.0
Updated Alpine patch releases
Updated Alma, Debian, Rocky minor releases
Updated Arch install media
Enabled LEAP 16.0
2025-04-01 17:04:21 -05:00

17 lines
637 B
HCL

distro = "archlinux"
version = "rolling"
iso = {
url = "https://mirror.rackspace.com/archlinux/iso/2025.03.01/archlinux-2025.03.01-x86_64.iso"
checksum = "8150e3c1a479de9134baa13cea4ff78856cca5ebeb9bdfa87ecfce2e47ac9b5b"
}
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"