Windows base box

This commit is contained in:
Emlyn Butterfield
2019-07-09 10:47:24 +01:00
parent 1aa6d22e6d
commit ccae583695
69 changed files with 5458 additions and 33 deletions

View File

@@ -51,6 +51,16 @@ cd /home/user/bin/SecGen
bundle install
```
To use the Windows basesboxes you will need to install Packer. Use the following command:
```bash
curl -SL https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_linux_amd64.zip -o packer_1.3.2_linux_amd64.zip
unzip packer_1.3.2_linux_amd64.zip
sudo mv packer /usr/local/
sudo bash -c 'echo "export PATH=\"\$PATH:/usr/local/\"" >> /etc/environment'
sudo vagrant plugin install winrm
sudo vagrant plugin install winrm-fs
```
## Usage
Basic usage:
```bash