From 3c3024fd928a563e63a26cf06597a7026a2ab303 Mon Sep 17 00:00:00 2001 From: flx5 <1330854+flx5@users.noreply.github.com> Date: Sun, 3 Oct 2021 18:37:06 +0200 Subject: [PATCH] Add documentation for firmware parameter. --- builder/xenserver/common/config/common_config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builder/xenserver/common/config/common_config.go b/builder/xenserver/common/config/common_config.go index 0cdc49e..0cd041b 100644 --- a/builder/xenserver/common/config/common_config.go +++ b/builder/xenserver/common/config/common_config.go @@ -97,6 +97,9 @@ type CommonConfig struct { KeepVM string `mapstructure:"keep_vm"` IPGetter string `mapstructure:"ip_getter"` + /* + Set the firmware to use. Can be "bios" or "uefi". + */ Firmware string `mapstructure:"firmware"` HardwareConfig `mapstructure:",squash"`