Skip to content

Commit 8ef30c2

Browse files
committed
remove ToolsIsoName
1 parent 609ef73 commit 8ef30c2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

builder/xenserver/common/common_config.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ func (c *CommonConfig) Prepare(ctx *interpolate.Context, pc *common.PackerConfig
7676
c.RawBootWait = "5s"
7777
}
7878

79-
if c.ToolsIsoName == "" {
80-
c.ToolsIsoName = ""
81-
}
82-
8379
if c.HTTPPortMin == 0 {
8480
c.HTTPPortMin = 8000
8581
}

0 commit comments

Comments
 (0)