Lower the wait time after boot prompt

This commit is contained in:
Aaron Bull Schaefer 2013-08-22 14:39:26 -07:00
parent d2fabfc2a6
commit 73f3f5fd3e

View file

@ -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>"
],