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:
Alexey Rogachevskiy
2020-02-24 18:23:47 +03:00
parent 0e08565a1f
commit 8d3044edc8
2 changed files with 3 additions and 4 deletions

View File

@@ -2,6 +2,5 @@
sudo apt update
sudo apt install -y build-essential make perl
sudo mount -o loop,ro /home/clever/VBoxGuestAdditions.iso /mnt
sudo /mnt/VBoxLinuxAdditions.run
sudo umount /mnt
# virtualbox is still terrible, let's target vmware
sudo apt install -y open-vm-tools