Fix spelling mistake

Fix code type for formatting
Remove empty space
pull/2576/head
Taliesin Sisson 10 years ago
parent ffc7f3f3dc
commit 55353fae89

@ -322,4 +322,4 @@ func (p *Provisioner) createFlattenedEnvVars() (flattened string, err error) {
flattened += fmt.Sprintf(p.config.EnvVarFormat, key, envVars[key])
}
return
}
}

@ -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
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
@ -857,7 +857,7 @@ Finish proxy after sysprep -->
Packer config:
```text
```javascript
{
"builders": [
{

Loading…
Cancel
Save