diff --git a/builder/amazon/chroot/builder.go b/builder/amazon/chroot/builder.go index d52a14987..1bb00eaa3 100644 --- a/builder/amazon/chroot/builder.go +++ b/builder/amazon/chroot/builder.go @@ -127,6 +127,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe &StepAttachVolume{}, &StepMountDevice{}, &StepMountExtra{}, + &StepChrootProvision{}, } // Run!