Skip to content

Commit

Permalink
Describe vagrant-reload plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Jul 17, 2017
1 parent d639cbb commit 1964264
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ The following boxes could be created:
5. `ts`: A Windows Terminal Server

## Installation

This `Vagrantfile` uses the [`vagrant-reload`](https://github.com/aidanns/vagrant-reload) plugin to reboot the Windows VM's during provisioning. If you don't have this plugin installed, do it now with

```bash
vagrant plugin install vagrant-reload
```

To build the boxes, use `vagrant up` with the box name.
Each box will be reboot twice until all features are up and running.

Expand Down

0 comments on commit 1964264

Please sign in to comment.