docs/virtualbox: update skip_export wording

This commit is contained in:
Matthew Hooker 2017-01-10 15:24:10 -08:00
parent 9020f43375
commit 8d5c316a30
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 6 additions and 6 deletions

View File

@ -271,9 +271,9 @@ builder.
doesn't shut down in this time, it is an error. By default, the timeout is
`5m`, or five minutes.
- `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.
- `ssh_host_port_min` and `ssh_host_port_max` (integer) - The minimum and
maximum port to use for the SSH port on the host machine which is forwarded

View File

@ -229,9 +229,9 @@ builder.
doesn't shut down in this time, it is an error. By default, the timeout is
"5m", or five minutes.
- `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.
- `ssh_host_port_min` and `ssh_host_port_max` (integer) - The minimum and
maximum port to use for the SSH port on the host machine which is forwarded