Remove headless option as it is not used.

This commit is contained in:
Taliesin Sisson 2016-11-06 14:45:22 +00:00
parent 7add6d3470
commit 3f0835aab2
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

@ -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{