From 2f02fa7713d2429193e536d5d9f9179cf25802b6 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 11 Sep 2017 10:41:35 -0700 Subject: [PATCH] make it clear that VHDs work as well as ISOs --- website/source/docs/builders/hyperv-vmcx.html.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/website/source/docs/builders/hyperv-vmcx.html.md b/website/source/docs/builders/hyperv-vmcx.html.md index f5074b35845..854710a2378 100644 --- a/website/source/docs/builders/hyperv-vmcx.html.md +++ b/website/source/docs/builders/hyperv-vmcx.html.md @@ -161,13 +161,14 @@ can be configured for this builder. recommended since ISO files are generally large and corruption does happen from time to time. -- `iso_url` (string) - A URL to the ISO containing the installation image. - 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 iso and cache it between runs. - -- `iso_urls` (array of strings) - Multiple URLs for the ISO to download. - Packer will try these in order. If anything goes wrong attempting to - download or while downloading a single URL, it will move on to the next. +- `iso_url` (string) - A URL to the ISO or VHD containing the installation + image. 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 iso and cache it + between runs. + +- `iso_urls` (array of strings) - Multiple URLs for the ISO or VHD to + download. Packer will try these in order. If anything goes wrong attempting + to download or while downloading a single URL, it will move on to the next. All URLs 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.