Merge pull request #3227 from mohae/parallels-iso-doc-a-z

docs: alphabetize parallels-iso settings
This commit is contained in:
Rickard von Essen 2016-02-18 10:05:56 +01:00
commit 995a8b864b
1 changed files with 4 additions and 3 deletions

View File

@ -78,14 +78,15 @@ builder.
This URL can be either an HTTP URL or a file URL (or path to a file). If This URL can be either an HTTP URL or a file URL (or path to a file). If
this is an HTTP URL, Packer will download it and cache it between runs. this is an HTTP URL, Packer will download it and cache it between runs.
- `ssh_username` (string) - The username to use to SSH into the machine once
the OS is installed.
- `parallels_tools_flavor` (string) - The flavor of the Parallels Tools ISO to - `parallels_tools_flavor` (string) - The flavor of the Parallels Tools ISO to
install into the VM. Valid values are "win", "lin", "mac", "os2" install into the VM. Valid values are "win", "lin", "mac", "os2"
and "other". This can be omitted only if `parallels_tools_mode` and "other". This can be omitted only if `parallels_tools_mode`
is "disable". is "disable".
- `ssh_username` (string) - The username to use to SSH into the machine once
the OS is installed.
### 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