diff --git a/common/bootcommand/config.go b/common/bootcommand/config.go index ac5834701..532c7c82c 100644 --- a/common/bootcommand/config.go +++ b/common/bootcommand/config.go @@ -16,7 +16,7 @@ type BootConfig struct { } type VNCConfig struct { - BootConfig + BootConfig `mapstructure:",squash"` DisableVNC bool `mapstructure:"disable_vnc"` }