From bf17b4bd0149baeb69bb960ec7270bb99476bd01 Mon Sep 17 00:00:00 2001 From: Michael Vermaes Date: Fri, 21 Oct 2016 18:19:08 +0800 Subject: [PATCH] Add tools_upload_flavor/path to vmware-vmx docs --- website/source/docs/builders/vmware-vmx.html.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/source/docs/builders/vmware-vmx.html.md b/website/source/docs/builders/vmware-vmx.html.md index f8c348ec1..e214a3708 100644 --- a/website/source/docs/builders/vmware-vmx.html.md +++ b/website/source/docs/builders/vmware-vmx.html.md @@ -139,6 +139,17 @@ builder. slightly larger. If you find this to be the case, you can disable compaction using this configuration value. +- `tools_upload_flavor` (string) - The flavor of the VMware Tools ISO to + upload into the VM. Valid values are "darwin", "linux", and "windows". By + default, this is empty, which means VMware tools won't be uploaded. + +- `tools_upload_path` (string) - The path in the VM to upload the + VMware tools. This only takes effect if `tools_upload_flavor` is non-empty. + This is a [configuration + template](/docs/templates/configuration-templates.html) that has a single + valid variable: `Flavor`, which will be the value of `tools_upload_flavor`. + By default the upload path is set to `{{.Flavor}}.iso`. + - `vm_name` (string) - This is the name of the VMX file for the new virtual machine, without the file extension. By default this is "packer-BUILDNAME", where "BUILDNAME" is the name of the build.