From 55353fae89c57039d739e8c7f2bf7c0e6fcc8e75 Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Wed, 26 Oct 2016 13:32:55 +0100 Subject: [PATCH] Fix spelling mistake Fix code type for formatting Remove empty space --- provisioner/windows-shell/provisioner.go | 2 +- website/source/docs/builders/hyperv-iso.html.markdown | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/provisioner/windows-shell/provisioner.go b/provisioner/windows-shell/provisioner.go index 17abcd2d5..59c6edabf 100644 --- a/provisioner/windows-shell/provisioner.go +++ b/provisioner/windows-shell/provisioner.go @@ -322,4 +322,4 @@ func (p *Provisioner) createFlattenedEnvVars() (flattened string, err error) { flattened += fmt.Sprintf(p.config.EnvVarFormat, key, envVars[key]) } return -} +} \ No newline at end of file diff --git a/website/source/docs/builders/hyperv-iso.html.markdown b/website/source/docs/builders/hyperv-iso.html.markdown index dd6a710a8..e01deffb5 100644 --- a/website/source/docs/builders/hyperv-iso.html.markdown +++ b/website/source/docs/builders/hyperv-iso.html.markdown @@ -283,7 +283,7 @@ for the version of HyperV that is running. Floppy drives are no longer supported by generation 2 machines. This requires you to take another approach when dealing with preseed or answer files. Two possible options -are using virtua dvd drives or using the built in web server. +are using virtual dvd drives or using the built in web server. When dealing with Windows you need to enable UEFI drives for generation 2 virtual machines. @@ -333,7 +333,7 @@ if (test-path $isoFolder){ Packer config: -```text +```javascript { "builders": [ { @@ -389,7 +389,7 @@ Packer config: autounattend.xml: -```text +```xml @@ -857,7 +857,7 @@ Finish proxy after sysprep --> Packer config: -```text +```javascript { "builders": [ {