From 8ef30c26e4167f671ca12c9e77932e707b5c802c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9cile=20MORANGE?= Date: Fri, 7 Jul 2023 09:08:24 +0200 Subject: [PATCH] remove ToolsIsoName --- builder/xenserver/common/common_config.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/builder/xenserver/common/common_config.go b/builder/xenserver/common/common_config.go index b366a0a..dd040d1 100644 --- a/builder/xenserver/common/common_config.go +++ b/builder/xenserver/common/common_config.go @@ -76,10 +76,6 @@ func (c *CommonConfig) Prepare(ctx *interpolate.Context, pc *common.PackerConfig c.RawBootWait = "5s" } - if c.ToolsIsoName == "" { - c.ToolsIsoName = "" - } - if c.HTTPPortMin == 0 { c.HTTPPortMin = 8000 }