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

pull/919/head
Mitchell Hashimoto 13 years ago
parent d3d7bfe876
commit 63474f47e4

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

Loading…
Cancel
Save