From 8d5c316a30b7634abda490e059ade7a87f6b4e89 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 10 Jan 2017 15:24:10 -0800 Subject: [PATCH] docs/virtualbox: update skip_export wording --- website/source/docs/builders/virtualbox-iso.html.md | 6 +++--- website/source/docs/builders/virtualbox-ovf.html.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/source/docs/builders/virtualbox-iso.html.md b/website/source/docs/builders/virtualbox-iso.html.md index debbf6e29..bd6df7151 100644 --- a/website/source/docs/builders/virtualbox-iso.html.md +++ b/website/source/docs/builders/virtualbox-iso.html.md @@ -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 diff --git a/website/source/docs/builders/virtualbox-ovf.html.md b/website/source/docs/builders/virtualbox-ovf.html.md index e0f2a5e71..feef4ffae 100644 --- a/website/source/docs/builders/virtualbox-ovf.html.md +++ b/website/source/docs/builders/virtualbox-ovf.html.md @@ -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