mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
docs/vmware: update skip_export wording
This commit is contained in:
parent
d5de09b585
commit
20dea71992
1 changed files with 3 additions and 3 deletions
|
|
@ -230,9 +230,9 @@ 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.
|
||||
- `skip_export` (boolean) - Defaults to `false`. When enabled, Packer will
|
||||
not export the VM. Useful if the build output is not the resultant image,
|
||||
but created inside the VM.
|
||||
|
||||
- `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
|
||||
|
|
|
|||
Loading…
Reference in a new issue