From a9943396973398f49c0cae12502c4ebcf8835c87 Mon Sep 17 00:00:00 2001 From: sand8080 Date: Tue, 8 Sep 2015 15:40:36 +0300 Subject: [PATCH] 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...'. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be1f58b8..d3cafaf9 100644 --- a/README.md +++ b/README.md @@ -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