Skip to content

Instantly share code, notes, and snippets.

@lushc
Created May 7, 2014 08:38
Show Gist options
  • Save lushc/7975bfa05f0590013fdb to your computer and use it in GitHub Desktop.
Save lushc/7975bfa05f0590013fdb to your computer and use it in GitHub Desktop.
Fix Virtualbox Guest Additions 4.3.10 incompatibility with Vagrant mounts
vagrant plugin install vagrant-vbguest
vagrant up; vagrant ssh -c 'sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions'; vagrant reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment