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 = {
|
2025-08-17 02:18:53 -05:00
|
|
|
url = "https://mirror.rackspace.com/archlinux/iso/2025.08.01/archlinux-2025.08.01-x86_64.iso"
|
|
|
|
|
checksum = "4b1af44dbeed97acec0204a95f6393818bb8fd903b423a20b7ea141f80b27e59"
|
2023-08-13 18:44:20 -05:00
|
|
|
}
|
|
|
|
|
boot_command = [
|
2024-07-13 01:33:27 -05:00
|
|
|
"e<down><down><down><end> net.ifnames=0 biosdevnames=0 <enter>",
|
2024-06-29 21:31:19 -05:00
|
|
|
"<wait60>", # Wait for system to come up?
|
2023-12-30 05:37:32 +00:00
|
|
|
"curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh<enter>",
|
2023-08-13 18:44:20 -05:00
|
|
|
"<wait5>",
|
2023-12-30 05:37:32 +00:00
|
|
|
"/usr/bin/bash /tmp/install.sh {{ .HTTPPort }} {{ .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"
|
2024-01-09 22:31:00 -06:00
|
|
|
vbox_os_type = "ArchLinux_64"
|