builder/vmware/iso: Expand `guest_os_type` docs (#8760)

This commit is contained in:
Jason A. Beranek 2020-02-18 04:11:20 -06:00 committed by GitHub
parent 70752e0488
commit 9cbb49bacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -92,7 +92,9 @@ type Config struct {
// set in the VMware VMX. By default this is other. By specifying a more
// specific OS type, VMware may perform some optimizations or virtual hardware
// changes to better support the operating system running in the
// virtual machine.
// virtual machine. Valid values differ by platform and version numbers, and may
// not match other VMware API's representation of the guest OS names. Consult your
// platform for valid values.
GuestOSType string `mapstructure:"guest_os_type" required:"false"`
// The [vmx hardware
// version](http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003746)

View File

@ -59,7 +59,9 @@
set in the VMware VMX. By default this is other. By specifying a more
specific OS type, VMware may perform some optimizations or virtual hardware
changes to better support the operating system running in the
virtual machine.
virtual machine. Valid values differ by platform and version numbers, and may
not match other VMware API's representation of the guest OS names. Consult your
platform for valid values.
- `version` (string) - The [vmx hardware
version](http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003746)