From 443997f28ce07db0f328c88fb19869bf0953ba26 Mon Sep 17 00:00:00 2001 From: Tom Swartz Date: Mon, 9 Jan 2017 09:22:45 -0500 Subject: [PATCH] January 2017 ISO + Boot Timeout increase Update to Jan 2017 ISO (Happy New Year!) It appears that the ISO startup boot time is slightly longer, recently. Increase timeout before typing boot commands, to prevent initial parts of the enable-ssh script from being cut off. --- arch-template.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"