diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-04 13:18:15 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-04 13:18:15 -0400 |
commit | 8ca1831daae0ddba7413972df97b846ef5d94f19 (patch) | |
tree | 4931c8008dea9dbd1a870539e8c9f0e74995a7a9 | |
parent | b36e532b5e0eef219f33075e6e60b68d104484ee (diff) | |
download | qmk_firmware-8ca1831daae0ddba7413972df97b846ef5d94f19.tar.gz qmk_firmware-8ca1831daae0ddba7413972df97b846ef5d94f19.zip |
makes vagrant usable again
-rw-r--r-- | Vagrantfile (renamed from util/Vagrantfile) | 0 | ||||
-rw-r--r-- | doc/VAGRANT_GUIDE.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/util/Vagrantfile b/Vagrantfile index 1abe8ff3b1..1abe8ff3b1 100644 --- a/util/Vagrantfile +++ b/Vagrantfile diff --git a/doc/VAGRANT_GUIDE.md b/doc/VAGRANT_GUIDE.md index 2127347d9d..f7419ccda8 100644 --- a/doc/VAGRANT_GUIDE.md +++ b/doc/VAGRANT_GUIDE.md @@ -4,7 +4,7 @@ This project includes a Vagrantfile that will allow you to build a new firmware ## Requirements -Using the `/util/Vagrantfile` in this repository requires you have [Vagrant](http://www.vagrantup.com/) as well as [VirtualBox](https://www.virtualbox.org/) (or [VMware Workstation](https://www.vmware.com/products/workstation) and [Vagrant VMware plugin](http://www.vagrantup.com/vmware) but the (paid) VMware plugin requires a licensed copy of VMware Workstation/Fusion). +Using the `/Vagrantfile` in this repository requires you have [Vagrant](http://www.vagrantup.com/) as well as [VirtualBox](https://www.virtualbox.org/) (or [VMware Workstation](https://www.vmware.com/products/workstation) and [Vagrant VMware plugin](http://www.vagrantup.com/vmware) but the (paid) VMware plugin requires a licensed copy of VMware Workstation/Fusion). *COMPATIBILITY NOTICE* Certain versions of Virtualbox 5 appear to have an incompatibility with the Virtualbox extensions installed in the boxes in this Vagrantfile. If you encounter any issues with the /vagrant mount not succeeding, please upgrade your version of Virtualbox to at least 5.0.12. |