mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 00:41:41 -04:00
pass MacAddress to StepCreateVM
This commit is contained in:
@@ -378,6 +378,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
||||
DifferencingDisk: b.config.DifferencingDisk,
|
||||
SkipExport: b.config.SkipExport,
|
||||
OutputDir: b.config.OutputDir,
|
||||
MacAddress: b.config.MacAddress,
|
||||
},
|
||||
&hypervcommon.StepEnableIntegrationService{},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user