From 73f3f5fd3ed20689ffbcf54f872da9b331fe088e Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Thu, 22 Aug 2013 14:39:26 -0700 Subject: [PATCH] Lower the wait time after boot prompt --- arch-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-template.json b/arch-template.json index 837befa..c049d4c 100644 --- a/arch-template.json +++ b/arch-template.json @@ -7,7 +7,7 @@ "iso_checksum_type": "sha1", "boot_wait": "5s", "boot_command": [ - "", + "", "/usr/bin/curl -O https://raw.github.com/elasticdog/packer-arch/master/install.sh", "/usr/bin/bash ./install.sh" ],