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.
pull/5172/head
Rickard von Essen 9 years ago
parent b9d1fada25
commit 8a035ddb8a
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA

@ -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",
}

Loading…
Cancel
Save