website: nitpick compaction docs

This commit is contained in:
Mitchell Hashimoto 2013-07-02 21:28:54 -07:00
parent 2958b5d9c2
commit 7247a69581
1 changed files with 5 additions and 4 deletions

View File

@ -106,10 +106,11 @@ Optional:
By default this is "output-BUILDNAME" where "BUILDNAME" is the name By default this is "output-BUILDNAME" where "BUILDNAME" is the name
of the build. of the build.
* `skip_compaction` (bool) - As of Packer 0.1.4, VMware-created disks are defragmented * `skip_compaction` (bool) - VMware-created disks are defragmented
and compacted at the end of the build process. If you are doing your own zeroing out and compacted at the end of the build process using `vmware-vdiskmanager`.
of the disks you may find that the compaction step results in slightly larger boxes. In certain rare cases, this might actually end up making the resulting disks
Compaction will run unless you set this value to true. slightly larger. If you find this to be the case, you can disable compaction
using this configuration value.
* `shutdown_command` (string) - The command to use to gracefully shut down * `shutdown_command` (string) - The command to use to gracefully shut down
the machine once all the provisioning is done. By default this is an empty the machine once all the provisioning is done. By default this is an empty