From ed158a1c5c416715d69d0de07db7ff0bdce17fc1 Mon Sep 17 00:00:00 2001 From: DanHam Date: Tue, 10 Jan 2017 11:46:42 +0000 Subject: [PATCH] Add skip_export option for VMware iso builder to docs --- website/source/docs/builders/vmware-iso.html.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/website/source/docs/builders/vmware-iso.html.md b/website/source/docs/builders/vmware-iso.html.md index 22734b383..119dd050e 100644 --- a/website/source/docs/builders/vmware-iso.html.md +++ b/website/source/docs/builders/vmware-iso.html.md @@ -230,6 +230,10 @@ builder. slightly larger. If you find this to be the case, you can disable compaction using this configuration value. Defaults to `false`. +- `skip_export` (boolean) - Defaults to false. When enabled Packer will skip + export of the installed virtual machine. Only useful for some edge use + cases. + - `keep_registered` (boolean) - Set this to `true` if you would like to keep the VM registered with the remote ESXi server. This is convenient if you use packer to provision VMs on ESXi and don't want to use ovftool to @@ -334,7 +338,7 @@ by the proper key: - `` `` - Simulates pressing and holding the alt key. -- `` `` - Simulates pressing and holding the ctrl key. +- `` `` - Simulates pressing and holding the ctrl key. - `` `` - Simulates pressing and holding the shift key. @@ -348,9 +352,9 @@ by the proper key: sending any additional keys. This is useful if you have to generally wait for the UI to update before typing more. -When using modifier keys `ctrl`, `alt`, `shift` ensure that you release them, -otherwise they will be held down until the machine reboots. Use lowercase -characters as well inside modifiers. +When using modifier keys `ctrl`, `alt`, `shift` ensure that you release them, +otherwise they will be held down until the machine reboots. Use lowercase +characters as well inside modifiers. For example: to simulate ctrl+c use `c`.