We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2060c0 + ac3ea1f commit 58f5986Copy full SHA for 58f5986
xhyve/xhyve.go
@@ -414,7 +414,7 @@ func (d *Driver) PreCreateCheck() error {
414
if err != nil {
415
return fmt.Errorf("Error detecting VBox version: %s", err)
416
}
417
- if !strings.HasPrefix(ver, "5") {
+ if strings.HasPrefix(ver, "4") {
418
return fmt.Errorf("Virtual Box version 4 or lower will cause a kernel panic" +
419
"if xhyve tries to run. You are running version: " +
420
ver +
0 commit comments