Skip to content

Instantly share code, notes, and snippets.

@biinari
Created May 29, 2013 09:59
Show Gist options
  • Save biinari/5669242 to your computer and use it in GitHub Desktop.
Save biinari/5669242 to your computer and use it in GitHub Desktop.
Set guest additions path for vagrant-vbguest plugin. ~/.vagrant.d/Vagrantfile
# Vagrant's autoloading may not have kicked in
begin
require 'vagrant-vbguest' unless defined? VagrantVbguest
require 'vagrant-vbguest/config' unless defined? VagrantVbguest::Config
VagrantVbguest::Config.iso_path = "/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
rescue LoadError
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment