diff --git a/arch-template.json b/arch-template.json index 1344929..34a49ee 100644 --- a/arch-template.json +++ b/arch-template.json @@ -1,7 +1,7 @@ { "variables": { - "iso_url": "https://mirrors.kernel.org/archlinux/iso/2016.11.01/archlinux-2016.11.01-dual.iso", - "iso_checksum_url": "https://mirrors.kernel.org/archlinux/iso/2016.11.01/sha1sums.txt", + "iso_url": "https://mirrors.kernel.org/archlinux/iso/2017.01.01/archlinux-2017.01.01-dual.iso", + "iso_checksum_url": "https://mirrors.kernel.org/archlinux/iso/2017.01.01/sha1sums.txt", "iso_checksum_type": "sha1", "ssh_timeout": "20m", "country": "US" @@ -18,7 +18,7 @@ "http_directory": "srv", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" @@ -39,7 +39,7 @@ "http_directory": "srv", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" @@ -60,7 +60,7 @@ "http_directory": "srv", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" @@ -79,7 +79,7 @@ "http_directory": "srv", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh", "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh"