Merge pull request #4355 from rickard-von-essen/hyperv-iso-doc-fix

builder/hyperv: Added iso_target_extension and iso_target_path to docs
This commit is contained in:
Rickard von Essen 2017-01-04 14:06:38 +01:00 committed by GitHub
commit f12ff29408
1 changed files with 7 additions and 0 deletions

View File

@ -143,6 +143,13 @@ can be configured for this builder.
must point to the same file (same checksum). By default this is empty
and `iso_url` is used. Only one of `iso_url` or `iso_urls` can be specified.
- `iso_target_extension` (string) - The extension of the iso file after
download. This defaults to "iso".
- `iso_target_path` (string) - The path where the iso should be saved after
download. By default will go in the packer cache, with a hash of the
original filename as its name.
- `output_directory` (string) - This is the path to the directory where the
resulting virtual machine will be created. This may be relative or absolute.
If relative, the path is relative to the working directory when `packer`