Applying bugfix for cableconnected issue to earlier releases of virtualbox 4.x series

This commit is contained in:
Freddie Rosario 2014-01-28 11:05:44 -05:00
parent cd0c7dfbd9
commit ccf14bb398
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ module VagrantPlugins
if adapter[:bridge]
args.concat(["--bridgeadapter#{adapter[:adapter]}",
adapter[:bridge]])
adapter[:bridge], "--cableconnected#{adapter[:adapter]}", "on"])
end
if adapter[:hostonly]

View File

@ -107,7 +107,7 @@ module VagrantPlugins
if adapter[:bridge]
args.concat(["--bridgeadapter#{adapter[:adapter]}",
adapter[:bridge]])
adapter[:bridge], "--cableconnected#{adapter[:adapter]}", "on"])
end
if adapter[:hostonly]

View File

@ -105,7 +105,7 @@ module VagrantPlugins
if adapter[:bridge]
args.concat(["--bridgeadapter#{adapter[:adapter]}",
adapter[:bridge]])
adapter[:bridge], "--cableconnected#{adapter[:adapter]}", "on"])
end
if adapter[:hostonly]