Commit 83315e0a authored by zane's avatar zane
Browse files

fixing box timeout issue waiting for interfaces

Showing with 2 additions and 0 deletions
+2 -0
......@@ -129,6 +129,7 @@ end
def configureProviders(vmCfg, cpus: "2", memory: "2048")
vmCfg.vm.provider "virtualbox" do |v|
v.customize ["modifyvm", :id, "--cableconnected1", "on"]
v.memory = memory
v.cpus = cpus
end
......@@ -142,6 +143,7 @@ def configureProviders(vmCfg, cpus: "2", memory: "2048")
end
vmCfg.vm.provider "virtualbox" do |v|
v.customize ["modifyvm", :id, "--cableconnected1", "on"]
v.memory = memory
v.cpus = cpus
end
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment