mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 00:41:41 -04:00
Merge pull request #7094 from hashicorp/fix_7087
fix virtualbox 6.0 beta command options
This commit is contained in:
@@ -25,7 +25,7 @@ func (d *VBox42Driver) CreateSATAController(vmName string, name string, portcoun
|
||||
}
|
||||
|
||||
portCountArg := "--sataportcount"
|
||||
if strings.HasPrefix(version, "4.3") || strings.HasPrefix(version, "5.") {
|
||||
if strings.HasPrefix(version, "4.3") || strings.HasPrefix(version, "5.") || strings.HasPrefix(version, "6.") {
|
||||
portCountArg = "--portcount"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user