Add documentation for firmware parameter.

This commit is contained in:
flx5 2021-10-03 18:37:06 +02:00
parent d43ee760aa
commit 3c3024fd92

View File

@ -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"`