Doc fixes.
This commit is contained in:
parent
67df7b77ab
commit
e8037b330b
|
@ -54,7 +54,7 @@ Required:
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
* `boot_command` (array of strings) - This is an array of commands to type
|
* `boot_command` (array of strings) - This is an array of commands to type
|
||||||
when the virtual machine is firsted booted. The goal of these commands should
|
when the virtual machine is first booted. The goal of these commands should
|
||||||
be to type just enough to initialize the operating system installer. Special
|
be to type just enough to initialize the operating system installer. Special
|
||||||
keys can be typed as well, and are covered in the section below on the boot
|
keys can be typed as well, and are covered in the section below on the boot
|
||||||
command. If this is not specified, it is assumed the installer will start
|
command. If this is not specified, it is assumed the installer will start
|
||||||
|
@ -127,7 +127,7 @@ Optional:
|
||||||
|
|
||||||
* `ssh_wait_timeout` (string) - The duration to wait for SSH to become
|
* `ssh_wait_timeout` (string) - The duration to wait for SSH to become
|
||||||
available. By default this is "20m", or 20 minutes. Note that this should
|
available. By default this is "20m", or 20 minutes. Note that this should
|
||||||
be quite long since the timer begins as soon as virtual machine is booted.
|
be quite long since the timer begins as soon as the virtual machine is booted.
|
||||||
|
|
||||||
* `vboxmanage` (array of array of strings) - Custom `VBoxManage` commands to
|
* `vboxmanage` (array of array of strings) - Custom `VBoxManage` commands to
|
||||||
execute in order to further customize the virtual machine being created.
|
execute in order to further customize the virtual machine being created.
|
||||||
|
|
|
@ -116,7 +116,7 @@ Optional:
|
||||||
|
|
||||||
* `ssh_wait_timeout` (string) - The duration to wait for SSH to become
|
* `ssh_wait_timeout` (string) - The duration to wait for SSH to become
|
||||||
available. By default this is "20m", or 20 minutes. Note that this should
|
available. By default this is "20m", or 20 minutes. Note that this should
|
||||||
be quite long since the timer begins as soon as virtual machine is booted.
|
be quite long since the timer begins as soon as the virtual machine is booted.
|
||||||
|
|
||||||
* `tools_upload_flavor` (string) - The flavor of the VMware Tools ISO to
|
* `tools_upload_flavor` (string) - The flavor of the VMware Tools ISO to
|
||||||
upload into the VM. Valid values are "darwin", "linux", and "windows".
|
upload into the VM. Valid values are "darwin", "linux", and "windows".
|
||||||
|
@ -134,7 +134,7 @@ Optional:
|
||||||
where "BUILDNAME" is the name of the build.
|
where "BUILDNAME" is the name of the build.
|
||||||
|
|
||||||
* `vmdk_name` (string) - The filename of the virtual disk that'll be created,
|
* `vmdk_name` (string) - The filename of the virtual disk that'll be created,
|
||||||
without the extension. This is a This defaults to "packer".
|
without the extension. This defaults to "packer".
|
||||||
|
|
||||||
* `vmx_data` (object, string keys and string values) - Arbitrary key/values
|
* `vmx_data` (object, string keys and string values) - Arbitrary key/values
|
||||||
to enter into the virtual machine VMX file. This is for advanced users
|
to enter into the virtual machine VMX file. This is for advanced users
|
||||||
|
|
|
@ -49,7 +49,7 @@ specific builder configurations.
|
||||||
|
|
||||||
None, really. The tool will tell you if it can't convert a part of a
|
None, really. The tool will tell you if it can't convert a part of a
|
||||||
template, and whether that is a critical error or just a warning.
|
template, and whether that is a critical error or just a warning.
|
||||||
Most of Veewees functions translate perfectly over to Packer. There are
|
Most of Veewee's functions translate perfectly over to Packer. There are
|
||||||
still a couple missing features in Packer, but they're minimal.
|
still a couple missing features in Packer, but they're minimal.
|
||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
|
|
Loading…
Reference in New Issue