builder/amazon/chroot: enable the chroot provisioner

pull/919/head
Mitchell Hashimoto 13 years ago
parent 8d3cf7aa59
commit 5feb11cbb7

@ -127,6 +127,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&StepAttachVolume{},
&StepMountDevice{},
&StepMountExtra{},
&StepChrootProvision{},
}
// Run!

Loading…
Cancel
Save