Commit 63474f47 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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

parent d3d7bfe8
......@@ -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 == "" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment