Merge pull request #5172 from rickard-von-essen/prl-vmtype
parallels: Remove soon to be removed --vmtype flag
This commit is contained in:
commit
28078f2268
|
@ -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…
Reference in New Issue