Commit 5b223f07 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/virtualbox/ovf: re-order some steps

parent dd767c9d
......@@ -39,9 +39,6 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
// Build the steps.
steps := []multistep.Step{
&StepImport{
SourcePath: b.config.SourcePath,
},
&vboxcommon.StepOutputDir{
Force: b.config.PackerForce,
Path: b.config.OutputDir,
......@@ -50,6 +47,9 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&common.StepCreateFloppy{
Files: b.config.FloppyFiles,
},
&StepImport{
SourcePath: b.config.SourcePath,
},
/*
new(stepAttachGuestAdditions),
*/
......
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