diff --git a/builder/parallels/iso/step_create_vm.go b/builder/parallels/iso/step_create_vm.go index 52cbf3fbf..b085e4485 100644 --- a/builder/parallels/iso/step_create_vm.go +++ b/builder/parallels/iso/step_create_vm.go @@ -27,7 +27,6 @@ func (s *stepCreateVM) Run(state multistep.StateBag) multistep.StepAction { "create", name, "--distribution", config.GuestOSType, "--dst", config.OutputDir, - "--vmtype", "vm", "--no-hdd", }