Arguments Prefix (--) was missing for (data)portconfig

pull/558/head
Fabian Grutschus 13 years ago
parent 50f65ad2c2
commit 5bc3150bb5

@ -53,9 +53,9 @@ func (d *VBox42Driver) CreateSATAController(vmName string, name string) error {
return err
}
portCountArg := "sataportcount"
portCountArg := "--sataportcount"
if strings.HasPrefix(version, "4.3") {
portCountArg = "portcount"
portCountArg = "--portcount"
}
command := []string{

Loading…
Cancel
Save