We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4fa93 commit 390a5aeCopy full SHA for 390a5ae
bitcrazeVM_provisionVM.json
@@ -17,7 +17,7 @@
17
"format": "ova",
18
19
"vboxmanage": [
20
- ["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"],
21
["storageattach", "{{.Name}}", "--storagectl", "SATA Controller", "--port", "0", "--nonrotational", "on", "--discard", "on"]
22
],
23
"import_opts": "importtovdi",
0 commit comments