Remove headless option as it is not used.

This commit is contained in:
Taliesin Sisson
2016-12-12 22:45:16 +00:00
parent 7add6d3470
commit 3f0835aab2
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -7,7 +7,6 @@ import (
)
type RunConfig struct {
Headless bool `mapstructure:"headless"`
RawBootWait string `mapstructure:"boot_wait"`
BootWait time.Duration ``
-1
View File
@@ -13,7 +13,6 @@ import (
type StepRun struct {
BootWait time.Duration
Headless bool
vmName string
}
-1
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{