parent
b8076f830f
commit
cac861db99
|
@ -1,18 +1,18 @@
|
||||||
---
|
---
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
page_title: "HyperV Builder"
|
page_title: "Hyper-V Builder"
|
||||||
description: |-
|
description: |-
|
||||||
The HyperV Packer builder is able to create HyperV virtual machines and export them.
|
The Hyper-V Packer builder is able to create Hyper-V virtual machines and export them.
|
||||||
---
|
---
|
||||||
|
|
||||||
# HyperV Builder
|
# HyperV Builder
|
||||||
|
|
||||||
The HyperV Packer builder is able to create [HyperV](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx)
|
The HyperV Packer builder is able to create [Hyper-V](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx)
|
||||||
virtual machines and export them.
|
virtual machines and export them.
|
||||||
|
|
||||||
Packer currently only support building HyperV machines with an iso:
|
Packer currently only support building HyperV machines with an iso:
|
||||||
|
|
||||||
* [hyperv-iso](/docs/builders/hyperv-iso.html) - Starts from
|
* [hyperv-iso](/docs/builders/hyperv-iso.html) - Starts from
|
||||||
an ISO file, creates a brand new HyperV VM, installs an OS,
|
an ISO file, creates a brand new Hyper-V VM, installs an OS,
|
||||||
provisions software within the OS, then exports that machine to create
|
provisions software within the OS, then exports that machine to create
|
||||||
an image. This is best for people who want to start from scratch.
|
an image. This is best for people who want to start from scratch.
|
Loading…
Reference in New Issue