Reverted command/plugin.go and reworded docs
This commit is contained in:
parent
b3c6ef9f6b
commit
de73e22e2c
|
@ -75,8 +75,8 @@ type PluginCommand struct {
|
||||||
var Builders = map[string]packer.Builder{
|
var Builders = map[string]packer.Builder{
|
||||||
"amazon-chroot": new(amazonchrootbuilder.Builder),
|
"amazon-chroot": new(amazonchrootbuilder.Builder),
|
||||||
"amazon-ebs": new(amazonebsbuilder.Builder),
|
"amazon-ebs": new(amazonebsbuilder.Builder),
|
||||||
"amazon-ebssurrogate": new(amazonebssurrogatebuilder.Builder),
|
|
||||||
"amazon-ebsvolume": new(amazonebsvolumebuilder.Builder),
|
"amazon-ebsvolume": new(amazonebsvolumebuilder.Builder),
|
||||||
|
"amazon-ebssurrogate": new(amazonebssurrogatebuilder.Builder),
|
||||||
"amazon-instance": new(amazoninstancebuilder.Builder),
|
"amazon-instance": new(amazoninstancebuilder.Builder),
|
||||||
"azure-arm": new(azurearmbuilder.Builder),
|
"azure-arm": new(azurearmbuilder.Builder),
|
||||||
"cloudstack": new(cloudstackbuilder.Builder),
|
"cloudstack": new(cloudstackbuilder.Builder),
|
||||||
|
|
|
@ -109,7 +109,7 @@ builder.
|
||||||
defaults to `expand`. Valid options are `expand` (expanding disk) that the
|
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
|
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
|
`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
|
perform faster than expanding disks. `skip_compaction` will be set to true
|
||||||
automatically for plain disks.
|
automatically for plain disks.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue