builder/amazon/instance: run ec2-bundle-vol in batch mode

This commit is contained in:
Mitchell Hashimoto 2013-07-24 22:51:59 -05:00
parent 3f543dddaa
commit 801541714e

View File

@ -61,7 +61,8 @@ func (b *Builder) Prepare(raws ...interface{}) error {
"-u {{.AccountId}} " +
"-c {{.CertPath}} " +
"-r {{.Architecture}} " +
"-e {{.PrivatePath}}"
"-e {{.PrivatePath}} " +
"--batch"
}
if b.config.X509CertPath == "" {