From 8a035ddb8a52706bfc37330f1c1786a5ed21567b Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Wed, 26 Jul 2017 07:26:59 +0200 Subject: [PATCH] parallels: Remove soon to be removed --vmtype flag In the next release of Parallels Desktop for Mac Pro Ed. the prlctl createvm command doen't support the --vmtype flag anymore. --- builder/parallels/iso/step_create_vm.go | 1 - 1 file changed, 1 deletion(-) 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", }