Point to working version of vbox

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-12-28 11:22:07 +01:00
parent 28ac085cdd
commit 6fe81d3dd4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const (
var ( var (
reHostonlyInterfaceCreated = regexp.MustCompile(`Interface '(.+)' was successfully created`) reHostonlyInterfaceCreated = regexp.MustCompile(`Interface '(.+)' was successfully created`)
errNewHostOnlyInterfaceNotVisible = errors.New("The host-only interface we just created is not visible. This is a well known bug of VirtualBox. You might want to uninstall it and reinstall the version listed here: https://www.virtualbox.org/ticket/14437?cversion=0&cnum_hist=42") errNewHostOnlyInterfaceNotVisible = errors.New("The host-only interface we just created is not visible. This is a well known bug of VirtualBox. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue")
) )
// Host-only network. // Host-only network.