Skip to content

Commit 176cbe4

Browse files
committed
Adding README in ISO directory
1 parent 044d6c3 commit 176cbe4

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/iso/
1+
/iso/*
2+
!/iso/README.md
23
/output-vmware/
34
/*.box
45
/packer_cache/

iso/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### What Is This Directory For?
2+
3+
You should download your Windows Server ISO images from TechNet/MSDN and place them in this folder. We need to do this because MSDN / TechNet are protected by Microsoft (Live) ID, which does not support HTTP basic authentication or the OAuth2 username / password flow.
4+
5+
For example, you might want to start with one of the following:
6+
7+
* Windows Server 2008 R2 + SP1:
8+
* File Name: en_windows_server_2008_r2_with_sp1_x64_dvd_617601.iso
9+
* SHA1 Hash: D3FD7BF85EE1D5BDD72DE5B2C69A7B470733CD0A
10+
* Direct Download: http://msdn.microsoft.com/subscriptions/json/GetDownloadRequest?brand=MSDN&locale=en-us&fileId=44782&activexDisabled=true&akamaiDL=false
11+
* Windows Server 2008 R2 + SP1 (Volume License):
12+
* File Name: en_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617403.iso
13+
* SHA1 Hash: 7E7E9425041B3328CCF723A0855C2BC4F462EC57
14+
* Direct Download: http://msdn.microsoft.com/subscriptions/json/GetDownloadRequest?brand=MSDN&locale=en-us&fileId=44783&activexDisabled=true&akamaiDL=false
15+
* Windows Server 2012:
16+
* File Name: en_windows_server_2012_x64_dvd_915478.iso
17+
* SHA1 Hash: D09E752B1EE480BC7E93DFA7D5C3A9B8AAC477BA
18+
* Direct Download: http://msdn.microsoft.com/subscriptions/json/GetDownloadRequest?brand=MSDN&locale=en-us&fileId=50539&activexDisabled=true&akamaiDL=false
19+
* Windows Server 2012 (Volume License):
20+
* File Name: en_windows_server_2012_vl_x64_dvd_917758.iso
21+
* SHA1 Hash: 063BC26ED45C50D3745CCAD52DD7B3F3CE13F36D
22+
* Direct Download: http://msdn.microsoft.com/subscriptions/json/GetDownloadRequest?brand=MSDN&locale=en-us&fileId=50573&activexDisabled=true&akamaiDL=false

0 commit comments

Comments
 (0)