Skip to content

Commit

Permalink
Closes #31: Switch USB controller to USB3
Browse files Browse the repository at this point in the history
Seems to solve USB related problems.
  • Loading branch information
ataffanel committed Dec 17, 2018
1 parent 8b4fa93 commit 390a5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcrazeVM_provisionVM.json
Expand Up @@ -17,7 +17,7 @@
"format": "ova",

"vboxmanage": [
["modifyvm", "{{.Name}}", "--memory", "1024", "--vram", "16", "--mouse", "usbtablet", "--rtcuseutc", "on", "--audio", "pulse", "--audiocodec", "ad1980", "--usb", "on", "--usbehci", "on", "--nestedpaging", "off"],
["modifyvm", "{{.Name}}", "--memory", "1024", "--vram", "16", "--mouse", "usbtablet", "--rtcuseutc", "on", "--audio", "pulse", "--audiocodec", "ad1980", "--usb", "on", "--usbxhci", "on", "--nestedpaging", "off"],
["storageattach", "{{.Name}}", "--storagectl", "SATA Controller", "--port", "0", "--nonrotational", "on", "--discard", "on"]
],
"import_opts": "importtovdi",
Expand Down

0 comments on commit 390a5ae

Please sign in to comment.