diff --git a/builder/parallels/iso/step_attach_iso.go b/builder/parallels/iso/step_attach_iso.go index 34d7b2fa9..428b12fdb 100644 --- a/builder/parallels/iso/step_attach_iso.go +++ b/builder/parallels/iso/step_attach_iso.go @@ -81,7 +81,7 @@ func (s *stepAttachISO) Cleanup(state multistep.StateBag) { log.Println("Enabling default CD/DVD drive...") command := []string{ "set", vmName, - "--device-set", "cdrom0", "--enable", + "--device-set", "cdrom0", "--enable", "--disconnect", } if err := driver.Prlctl(command...); err != nil {