Doc fixes.

This commit is contained in:
Brandon Liu 2013-07-01 19:53:04 -07:00
parent 67df7b77ab
commit e8037b330b
3 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ Required:
Optional:
* `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
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
@ -127,7 +127,7 @@ Optional:
* `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
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
execute in order to further customize the virtual machine being created.

View File

@ -116,7 +116,7 @@ Optional:
* `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
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
upload into the VM. Valid values are "darwin", "linux", and "windows".
@ -134,7 +134,7 @@ Optional:
where "BUILDNAME" is the name of the build.
* `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
to enter into the virtual machine VMX file. This is for advanced users

View File

@ -49,7 +49,7 @@ specific builder configurations.
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.
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.
## Bugs