Remove headless option as it is not used.

pull/2576/head
Taliesin Sisson 9 years ago
parent 7add6d3470
commit 3f0835aab2

@ -7,7 +7,6 @@ import (
)
type RunConfig struct {
Headless bool `mapstructure:"headless"`
RawBootWait string `mapstructure:"boot_wait"`
BootWait time.Duration ``

@ -13,7 +13,6 @@ import (
type StepRun struct {
BootWait time.Duration
Headless bool
vmName string
}

@ -364,7 +364,6 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&hypervcommon.StepRun{
BootWait: b.config.BootWait,
Headless: b.config.Headless,
},
&hypervcommon.StepTypeBootCommand{

Loading…
Cancel
Save