From fbec5b5b34d9fcf5b8486d4ec4202a6aa22f2661 Mon Sep 17 00:00:00 2001 From: Michael Haag Date: Tue, 7 May 2019 15:27:45 -0600 Subject: [PATCH] Update README.md Updated `cm` to `vm` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d41b1..160753d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ $ packer build --only=[vmware|virtualbox]-iso windows_2016.json `mv *.box ../Boxes` -4. `cd` into the Vagrant directory: `cd ../Vagrant` and edit the `Vagrantfile`. Change the lines `cfg.vm.box = "detectionlab/win2016"` and `cfg.vm.box = "detectionlab/win10` to `cfg.cm.box = "../Boxes/windows_2016_.box"` and "`cfg.cm.box = "../Boxes/windows_10_.box"` respectively. +4. `cd` into the Vagrant directory: `cd ../Vagrant` and edit the `Vagrantfile`. Change the lines `cfg.vm.box = "detectionlab/win2016"` and `cfg.vm.box = "detectionlab/win10` to `cfg.vm.box = "../Boxes/windows_2016_.box"` and "`cfg.vm.box = "../Boxes/windows_10_.box"` respectively. 5. Install the Vagrant-Reload plugin: `vagrant plugin install vagrant-reload`