mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
Adjust timings for download of install.sh and ssh
This commit is contained in:
parent
582b838555
commit
cd1fa37979
1 changed files with 1 additions and 2 deletions
|
|
@ -8,12 +8,11 @@
|
|||
"boot_wait": "5s",
|
||||
"boot_command": [
|
||||
"<enter><wait10><wait10>",
|
||||
"/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh<enter><wait10>",
|
||||
"/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh<enter><wait5>",
|
||||
"/usr/bin/bash ./install.sh<enter>"
|
||||
],
|
||||
"ssh_username": "vagrant",
|
||||
"ssh_password": "vagrant",
|
||||
"ssh_wait_timeout": "10m",
|
||||
"shutdown_command": "systemctl poweroff"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue