Files
vms/distros/archlinux/rolling/amd64.pkrvars.hcl
T

16 lines
654 B
HCL
Raw Normal View History

2023-12-06 08:21:32 -08:00
distro = "archlinux"
2023-08-14 00:12:50 -05:00
version = "rolling"
2023-08-13 18:44:20 -05:00
iso = {
2023-12-06 08:21:32 -08:00
url = "http://dfw.mirror.rackspace.com/archlinux/iso/2023.11.01/archlinux-2023.11.01-x86_64.iso"
checksum = "477f50617d648e46d6e326549aa56ab92115a29a97f2ca364e944cea06970608"
2023-08-13 18:44:20 -05:00
}
boot_command = [
"<tab><wait> net.ifnames=0<wait> <wait>bi<wait>osdevnames=0<enter>",
2023-12-06 08:21:32 -08:00
"<wait60>", # Wait for system to come up?
"curl <wait>-o <wait>/tmp/install.sh <wait>http://{{ .HTTPIP }}<wait>:{{ .HTTPPort }}/install.sh<enter>",
2023-08-13 18:44:20 -05:00
"<wait5>",
2023-12-06 08:21:32 -08:00
"/usr/bin/bash <wait>/tmp/install.sh <wait>{{ .HTTPPort }} <wait>{{ .HTTPIP }}<enter>"
2023-08-13 18:44:20 -05:00
]
2023-08-14 00:12:50 -05:00
http_directory = "distros/archlinux/rolling/http/"
2023-12-06 08:21:32 -08:00
boot_wait = "10s"