Skip to content

Commit 50255f1

Browse files
committed
Update ISO path variables in README
1 parent 45ca480 commit 50255f1

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ A GNU Make `Makefile` drives the process via the following targets:
2727
make test # Run tests against all the boxes
2828
make list # Print out individual targets
2929
make clean # Clean up build detritus
30-
30+
3131
### Tests
3232

3333
The tests are written in [Serverspec](http://serverspec.org) and require the
3434
`vagrant-serverspec` plugin to be installed with:
3535

3636
vagrant plugin install vagrant-serverspec
37-
37+
3838
The `Makefile` has individual targets for each box type with the prefix
3939
`test-*` should you wish to run tests individually for each box.
4040

@@ -44,7 +44,7 @@ do exploratory testing. For example, to do exploratory testing
4444
on the VirtualBox training environmnet, run the following command:
4545

4646
make ssh-box/virtualbox/win2008r2-standard-nocm.box
47-
47+
4848
Upon logout `make ssh-*` will automatically de-register the box as well.
4949

5050
### Makefile.local override
@@ -76,20 +76,25 @@ for the Windows install ISO files.
7676

7777
For Windows, the ISO path variables are:
7878

79+
* `EVAL_WIN2008R2_X64`
80+
* `EVAL_WIN2012R2_X64`
81+
* `EVAL_WIN7_X64`
82+
* `EVAL_WIN81_X64`
7983
* `WIN2008R2_X64`
8084
* `WIN2012_X64`
81-
* `WIN2012R2_EVAL_X64`
8285
* `WIN2012R2_X64`
8386
* `WIN7_X64_ENTERPRISE`
8487
* `WIN7_X64_PRO`
8588
* `WIN7_X86_ENTERPRISE`
8689
* `WIN7_X86_PRO`
90+
* `WIN81_X64_ENTERPRISE`
91+
* `WIN81_X64_PRO`
92+
* `WIN81_X86_ENTERPRISE`
93+
* `WIN81_X86_PRO`
8794
* `WIN8_X64_ENTERPRISE`
88-
* `WIN8_X86_ENTERPRISE`
8995
* `WIN8_X64_PRO`
96+
* `WIN8_X86_ENTERPRISE`
9097
* `WIN8_X86_PRO`
91-
* `WIN81_X64_ENTERPRISE`
92-
* `WIN81_X64_PRO`
9398

9499
You can also override these setting, such as with
95100
`WIN81_X64_PRO := file:///Volumes/MSDN/en_windows_8.1_professional_vl_with_update_x64_dvd_4065194.iso

0 commit comments

Comments
 (0)