Skip to content

Commit ee5af0d

Browse files
authored
Merge pull request #57 from makunterry/CP-18791
CP-18791: Make appliance-specs building stable
2 parents 92efcc5 + 2a90738 commit ee5af0d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

builder/xenserver/iso/builder.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ func (self *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (pa
308308
&xscommon.StepDetachVdi{
309309
VdiUuidKey: "iso_vdi_uuid",
310310
},
311+
&xscommon.StepDetachVdi{
312+
VdiUuidKey: "isoname_vdi_uuid",
313+
},
311314
&xscommon.StepDetachVdi{
312315
VdiUuidKey: "tools_vdi_uuid",
313316
},

0 commit comments

Comments
 (0)