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 d3d7bfe876
commit 63474f47e4
1 changed files with 2 additions and 1 deletions

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 == "" {