Merge pull request #4298 from taylorb-microsoft/master

Fixing Hyper-V branding in docs
This commit is contained in:
Rickard von Essen 2016-12-19 18:05:40 +01:00 committed by GitHub
commit 3e827bc11a
3 changed files with 15 additions and 15 deletions

View File

@ -1,20 +1,20 @@
---
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.
layout: "docs"
page_title: "HyperV Builder (from an ISO)"
page_title: "Hyper-V Builder (from an ISO)"
---
# HyperV Builder (from an ISO)
# Hyper-V Builder (from an ISO)
Type: `hyperv-iso`
The HyperV Packer builder is able to create [HyperV](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx)
The Hyper-V Packer builder is able to create [Hyper-V](https://www.microsoft.com/en-us/server-cloud/solutions/virtualization.aspx)
virtual machines and export them, starting from an ISO image.
The builder builds a virtual machine by creating a new virtual machine
from scratch, booting it, installing an OS, provisioning software within
the OS, then shutting it down. The result of the HyperV builder is a directory
the OS, then shutting it down. The result of the Hyper-V builder is a directory
containing all the files necessary to run the virtual machine portably.
## Basic Example
@ -41,7 +41,7 @@ provisioner might not be saved.
## Configuration Reference
There are many configuration options available for the HyperV builder.
There are many configuration options available for the Hyper-V builder.
They are organized below into two categories: required and optional. Within
each category, the available options are alphabetized and described.
@ -111,8 +111,8 @@ can be configured for this builder.
characters (*, ?, and []) are allowed. Directory names are also allowed,
which will add all the files found in the directory to the floppy.
- `generation` (integer) - The HyperV generation for the virtual machine. By
default, this is 1. Generation 2 HyperV virtual machines do not support
- `generation` (integer) - The Hyper-V generation for the virtual machine. By
default, this is 1. Generation 2 Hyper-V virtual machines do not support
floppy drives. In this scenario use `secondary_iso_images` instead. Hard
drives and dvd drives will also be scsi and not ide.
@ -279,7 +279,7 @@ an Ubuntu 12.04 installer:
## Integration Services
Packer will automatically attach the integration services iso as a dvd drive
for the version of HyperV that is running.
for the version of Hyper-V that is running.
## Generation 1 vs Generation 2

View File

@ -1,18 +1,18 @@
---
layout: "docs"
page_title: "HyperV Builder"
page_title: "Hyper-V Builder"
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
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.
Packer currently only support building HyperV machines with an iso:
* [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
an image. This is best for people who want to start from scratch.

View File

@ -42,7 +42,7 @@
<li><a href="/docs/builders/docker.html">Docker</a></li>
<li><a href="/docs/builders/file.html">File</a></li>
<li><a href="/docs/builders/googlecompute.html">Google Compute Engine</a></li>
<li><a href="/docs/builders/hyperv.html">HyperV</a></li>
<li><a href="/docs/builders/hyperv.html">Hyper-V</a></li>
<li><a href="/docs/builders/null.html">Null</a></li>
<li><a href="/docs/builders/oneandone.html">1&1</a></li>
<li><a href="/docs/builders/openstack.html">OpenStack</a></li>