Skip to content

Commit

Permalink
make it clear that VHDs work as well as ISOs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker authored and vijayinvites committed Oct 11, 2017
1 parent a1179a4 commit 2f02fa7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions website/source/docs/builders/hyperv-vmcx.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f02fa7

Please sign in to comment.