Taliesin Sisson 429e1bc3ad Adding an ISO is now optional for hyperv vmcx
Add documentation for hyperv vmcx
2017-10-11 21:42:32 +05:30

930 B

description layout page_title sidebar_current
The Hyper-V Packer builder is able to create Hyper-V virtual machines and export them. docs Hyper-V - Builders docs-builders-hyperv

HyperV Builder

The HyperV Packer builder is able to create Hyper-V virtual machines and export them.

  • hyperv-iso - Starts from an ISO file, creates a brand new Hyper-V VM, installs an OS, provisions software within the OS, then exports that machine to create an image. This is best for people who want to start from scratch.

  • hyperv-vmcx - Clones an an existing virtual machine, provisions software within the OS, then exports that machine to create an image. This is best for people who have existing base images and want to customize them.