VBox Guest Additions automatic installation

If VirtualBox Guest Additions are not installed on 'vagrant up' we have error:
'Failed to mount folders in Linux guest...'.
This commit is contained in:
sand8080 2015-09-08 15:40:36 +03:00
parent 76eec121e1
commit a994339697

View File

@ -1,6 +1,8 @@
# Setup development env
Install [Vagrant](http://www.vagrantup.com/downloads.html)
Install [Vagrant](http://www.vagrantup.com/downloads.html).
For automatically installation of VirtualBox Guest Additions you could install
[vagrant plugin](https://github.com/dotless-de/vagrant-vbguest).
Setup environment:
```bash
cd solar