ros_ide_vm: Be even more CI-friendly

This commit is contained in:
Alexey Rogachevskiy
2020-07-05 22:16:18 +03:00
parent 72f35a0b04
commit 46064eafe2

View File

@@ -16,7 +16,7 @@
"headless": "true",
"vboxmanage": [
["modifyvm", "{{.Name}}", "--memory", "6144", "--vram", "128", "--mouse", "usbtablet", "--rtcuseutc", "on", "--usb", "on", "--usbxhci", "on", "--nictype1", "virtio"],
["modifyvm", "{{.Name}}", "--memory", "6144", "--vram", "128", "--mouse", "usbtablet", "--rtcuseutc", "on", "--nictype1", "virtio"],
["storageattach", "{{.Name}}", "--storagectl", "SATA Controller", "--port", "0", "--nonrotational", "on", "--discard", "on"]
],
"import_opts": "importtovdi",