mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-31 17:29:33 +00:00
scripts: Use open-vm-tools instead of VB Guest Additions
As of v6.1.2, Virtualbox still could not get its act together and provide working GPU virtualization. Thankfully, OVF/OVA images are easily importable for VMware Workstation/Player, and GPU works much better there. Thus, there is no reason to install Virtualbox guest additions, and having open-vm-tools preinstalled will result in a better VMware player user experience.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"vm_name": "{{user `vm-name`}}",
|
||||
"guest_os_type": "Ubuntu_64",
|
||||
"format": "ova",
|
||||
"guest_additions_mode": "upload",
|
||||
"guest_additions_mode": "disable",
|
||||
"disk_size": "30000",
|
||||
"hard_drive_interface": "sata",
|
||||
"vboxmanage": [
|
||||
|
||||
Reference in New Issue
Block a user