17 lines
636 B
HCL
17 lines
636 B
HCL
distro = "archlinux"
|
|
version = "rolling"
|
|
iso = {
|
|
url = "http://mirror.rackspace.com/archlinux/iso/2024.11.01/archlinux-2024.11.01-x86_64.iso"
|
|
checksum = "bceb3dded8935c1d3521c475a69ae557e082839b46d921c8b400524470b5c965"
|
|
}
|
|
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"
|