From de73e22e2ce544028a74760995450bfe9333b7c9 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Fri, 10 Mar 2017 19:18:44 +0100 Subject: [PATCH] Reverted command/plugin.go and reworded docs --- command/plugin.go | 2 +- website/source/docs/builders/parallels-iso.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/command/plugin.go b/command/plugin.go index bb76efbfe..8f09f0a74 100644 --- a/command/plugin.go +++ b/command/plugin.go @@ -75,8 +75,8 @@ type PluginCommand struct { var Builders = map[string]packer.Builder{ "amazon-chroot": new(amazonchrootbuilder.Builder), "amazon-ebs": new(amazonebsbuilder.Builder), - "amazon-ebssurrogate": new(amazonebssurrogatebuilder.Builder), "amazon-ebsvolume": new(amazonebsvolumebuilder.Builder), + "amazon-ebssurrogate": new(amazonebssurrogatebuilder.Builder), "amazon-instance": new(amazoninstancebuilder.Builder), "azure-arm": new(azurearmbuilder.Builder), "cloudstack": new(cloudstackbuilder.Builder), diff --git a/website/source/docs/builders/parallels-iso.html.md b/website/source/docs/builders/parallels-iso.html.md index fa221b7ed..e1f0a70a0 100644 --- a/website/source/docs/builders/parallels-iso.html.md +++ b/website/source/docs/builders/parallels-iso.html.md @@ -109,7 +109,7 @@ builder. defaults to `expand`. Valid options are `expand` (expanding disk) that the image file is small initially and grows in size as you add data to it, and `plain` (plain disk) that the image file has a fixed size from the moment it - is created (i.e the space is allocated for the drive fully). Plain disks + is created (i.e the space is allocated for the full drive). Plain disks perform faster than expanding disks. `skip_compaction` will be set to true automatically for plain disks.