Commit ed00a5df authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1453 from manul/master

builder/amazon-instance: It's possible to create instance-store images from EBS-based images
parents 008eb58c bebca3bf
......@@ -204,7 +204,6 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
},
&awscommon.StepRunSourceInstance{
Debug: b.config.PackerDebug,
ExpectedRootDevice: "instance-store",
InstanceType: b.config.InstanceType,
IamInstanceProfile: b.config.IamInstanceProfile,
UserData: b.config.UserData,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment