Pass QemuImgArgs to stepConvertDisk (#10001)
This commit is contained in:
parent
2a7cb36a90
commit
bdb1c47532
|
@ -137,6 +137,7 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack
|
||||||
OutputDir: b.config.OutputDir,
|
OutputDir: b.config.OutputDir,
|
||||||
SkipCompaction: b.config.SkipCompaction,
|
SkipCompaction: b.config.SkipCompaction,
|
||||||
VMName: b.config.VMName,
|
VMName: b.config.VMName,
|
||||||
|
QemuImgArgs: b.config.QemuImgArgs,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue