mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
Lower the wait time after boot prompt
This commit is contained in:
parent
d2fabfc2a6
commit
73f3f5fd3e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"iso_checksum_type": "sha1",
|
||||
"boot_wait": "5s",
|
||||
"boot_command": [
|
||||
"<enter><wait10><wait10>",
|
||||
"<enter><wait10><wait5>",
|
||||
"/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh<enter><wait5>",
|
||||
"/usr/bin/bash ./install.sh<enter>"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue