From df0638ad3745b0b6c9343324b27f8f99a8ab1d60 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Wed, 4 Jan 2017 14:02:36 +0100 Subject: [PATCH] builder/hyperv: Added iso_target_extension and iso_target_path to docs --- website/source/docs/builders/hyperv-iso.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/source/docs/builders/hyperv-iso.html.md b/website/source/docs/builders/hyperv-iso.html.md index 44728986d..08cb732a4 100644 --- a/website/source/docs/builders/hyperv-iso.html.md +++ b/website/source/docs/builders/hyperv-iso.html.md @@ -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`