builder/amazon/instance: run ec2-bundle-vol in batch mode
This commit is contained in:
parent
d3d7bfe876
commit
63474f47e4
|
@ -61,7 +61,8 @@ func (b *Builder) Prepare(raws ...interface{}) error {
|
||||||
"-u {{.AccountId}} " +
|
"-u {{.AccountId}} " +
|
||||||
"-c {{.CertPath}} " +
|
"-c {{.CertPath}} " +
|
||||||
"-r {{.Architecture}} " +
|
"-r {{.Architecture}} " +
|
||||||
"-e {{.PrivatePath}}"
|
"-e {{.PrivatePath}} " +
|
||||||
|
"--batch"
|
||||||
}
|
}
|
||||||
|
|
||||||
if b.config.X509CertPath == "" {
|
if b.config.X509CertPath == "" {
|
||||||
|
|
Loading…
Reference in New Issue