docs/virtualbox: update skip_export wording
This commit is contained in:
parent
9020f43375
commit
8d5c316a30
|
@ -271,9 +271,9 @@ builder.
|
||||||
doesn't shut down in this time, it is an error. By default, the timeout is
|
doesn't shut down in this time, it is an error. By default, the timeout is
|
||||||
`5m`, or five minutes.
|
`5m`, or five minutes.
|
||||||
|
|
||||||
- `skip_export` (boolean) - Defaults to `false`. When enabled Packer will
|
- `skip_export` (boolean) - Defaults to `false`. When enabled, Packer will
|
||||||
skip export of the installed virtual machine. Only useful for some edge
|
not export the VM. Useful if the build output is not the resultant image,
|
||||||
use cases.
|
but created inside the VM.
|
||||||
|
|
||||||
- `ssh_host_port_min` and `ssh_host_port_max` (integer) - The minimum and
|
- `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
|
maximum port to use for the SSH port on the host machine which is forwarded
|
||||||
|
|
|
@ -229,9 +229,9 @@ builder.
|
||||||
doesn't shut down in this time, it is an error. By default, the timeout is
|
doesn't shut down in this time, it is an error. By default, the timeout is
|
||||||
"5m", or five minutes.
|
"5m", or five minutes.
|
||||||
|
|
||||||
- `skip_export` (boolean) - Defaults to `false`. When enabled Packer will
|
- `skip_export` (boolean) - Defaults to `false`. When enabled, Packer will
|
||||||
skip export of the installed virtual machine. Only useful for some edge
|
not export the VM. Useful if the build output is not the resultant image,
|
||||||
use cases.
|
but created inside the VM.
|
||||||
|
|
||||||
- `ssh_host_port_min` and `ssh_host_port_max` (integer) - The minimum and
|
- `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
|
maximum port to use for the SSH port on the host machine which is forwarded
|
||||||
|
|
Loading…
Reference in New Issue