mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
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.
This commit is contained in:
parent
e628cd76a3
commit
443997f28c
1 changed files with 6 additions and 6 deletions
|
|
@ -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": [
|
||||
"<enter><wait10><wait10>",
|
||||
"<enter><wait10><wait10><wait10><wait10><wait10><wait10>",
|
||||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh<enter><wait5>",
|
||||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
|
||||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"http_directory": "srv",
|
||||
"boot_wait": "5s",
|
||||
"boot_command": [
|
||||
"<enter><wait10><wait10>",
|
||||
"<enter><wait10><wait10><wait10><wait10><wait10><wait10>",
|
||||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh<enter><wait5>",
|
||||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
|
||||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"http_directory": "srv",
|
||||
"boot_wait": "5s",
|
||||
"boot_command": [
|
||||
"<enter><wait10><wait10>",
|
||||
"<enter><wait10><wait10><wait10><wait10><wait10><wait10>",
|
||||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh<enter><wait5>",
|
||||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
|
||||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
"http_directory": "srv",
|
||||
"boot_wait": "5s",
|
||||
"boot_command": [
|
||||
"<enter><wait10><wait10>",
|
||||
"<enter><wait10><wait10><wait10><wait10><wait10><wait10>",
|
||||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/enable-ssh.sh<enter><wait5>",
|
||||
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
|
||||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue