Skip to content

Commit

Permalink
preparing network adapters for vagrant update
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 6, 2025
1 parent 4a464b2 commit 3421847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Vagrant.configure(2) do |config|
vmware.gui = guest['gui']
vmware.vmx['memsize'] = guest['memory']
vmware.vmx['numvcpus'] = guest['cpus']
vmware.vmx["ethernet0.pcislotnumber"] = "160"
vmware.vmx["ethernet1.pcislotnumber"] = "192"
end
srv.vm.provider :virtualbox do |virtualbox|
virtualbox.customize ["modifyvm", :id,
Expand Down

0 comments on commit 3421847

Please sign in to comment.