Sha256: b5833018106624e2d65ed9cdb97423812d19059ebc7ee079347c3e1842f08913
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# vagrant-vbguest `vagrant-vbguest` is a [Vagrant](http://vagrantup.com) plugin wich automatically installes the host's VirtualBox Guest Additions on the guest system. ## Installation Requires vagrant 0.8 (well, did not tested on earlier versions. feel free) gem install vagrant-vbguest Compatibly for vagrant 0.9 is currently under development and __will drop support for vagrant 0.8__. ## Configuration / Usage In your `Vagrantfile`: Vagrant::Config.run do |config| # we will try to autodetect this path. # However, if we cannot or you have a special one you may pass it here config.vbguest.iso_path = '/Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso' # set auto_update to false, if do NOT want to check the correct additions # version on each 'vagrant up' (default: true) config.vbguest.auto_update = false end You may also run the installer manually: $ vagrant vbguest ## Knows Issues * The installer script, which mounts and runs the GuestAdditions Installer Binary, works on linux only. Most likely it will run on most unix-like plattform. * The installer script requires a directory `/mnt` on the host system
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-vbguest-0.1.0 | Readme.md |