Skip to content

Commit 625d606

Browse files
committed
fix network issue: force pci slot 33 for usb so that ethernet0 stays on slot 32
1 parent c649535 commit 625d606

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Vagrant.configure("2") do |config|
1717
vmware.vmx["numvcpus"] = "4"
1818
vmware.vmx["memsize"] = "4096"
1919
vmware.vmx["usb.present"] = "TRUE"
20+
vmware.vmx["usb.pcislotnumber"] = "33"
2021
vmware.vmx["usb_xhci.present"] = "TRUE"
2122
end
2223

0 commit comments

Comments
 (0)