Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
be97a14a
Commit
be97a14a
authored
Jul 29, 2015
by
Joe Fitzgerald
Browse files
Merge pull request #149 from StefanScherer/windows-10-build-10162
Windows 10
parents
6ce484bb
ca60f8c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
be97a14a
...
...
@@ -19,6 +19,7 @@ The following Windows versions are known to work (built with VMware Fusion 6.0.4
*
Windows 2012
*
Windows 2008 R2
*
Windows 2008 R2 Core
*
Windows 10
*
Windows 8.1
*
Windows 7
...
...
answer_files/10/Autounattend.xml
View file @
be97a14a
...
...
@@ -33,7 +33,7 @@
<Organization>
Vagrant Inc.
</Organization>
<!--
NOTE: If you are re-configuring this for use of a retail key
NOTE: If you are re-configuring this for use of a retail key
and using a retail ISO, you need to adjust the <ProductKey> block
below to look like this:
...
...
@@ -46,7 +46,7 @@
-->
<!-- Product Key from http://technet.microsoft.com/en-us/library/jj612867.aspx -->
<ProductKey>
6P99N-YF42M-TPGBG-9VMJP-YKHCF
<ProductKey>
NPPR9-FWDCX-D2C8J-H872K-2YT43
<WillShowUI>
Never
</WillShowUI>
</ProductKey>
</UserData>
...
...
@@ -61,7 +61,7 @@
<InstallFrom>
<MetaData
wcm:action=
"add"
>
<Key>
/IMAGE/NAME
</Key>
<Value>
Windows 10
Pro Technical Preview
</Value>
<Value>
Windows 10
Enterprise Evaluation
</Value>
</MetaData>
</InstallFrom>
</OSImage>
...
...
windows_10.json
View file @
be97a14a
...
...
@@ -2,9 +2,9 @@
"builders"
:
[
{
"type"
:
"vmware-iso"
,
"iso_url"
:
"http://
iso.esd
.microsoft.com/
W10IP/E0F85BFCD0F6BA607BF1528926371D21F8F6B6BF/Windows10_InsiderPreview_x64_EN-US_10074.iso
"
,
"iso_url"
:
"http://
care.dlservice
.microsoft.com/
dl/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO
"
,
"iso_checksum_type"
:
"sha1"
,
"iso_checksum"
:
"
E354B44994B46FB7CDC295FA1F075D9F95FECEA8
"
,
"iso_checksum"
:
"
56ab095075be28a90bc0b510835280975c6bb2ce
"
,
"headless"
:
false
,
"boot_wait"
:
"2m"
,
"ssh_username"
:
"vagrant"
,
...
...
@@ -32,9 +32,9 @@
},
{
"type"
:
"virtualbox-iso"
,
"iso_url"
:
"http://
iso.esd
.microsoft.com/
W10IP/E0F85BFCD0F6BA607BF1528926371D21F8F6B6BF/Windows10_InsiderPreview_x64_EN-US_10074.iso
"
,
"iso_url"
:
"http://
care.dlservice
.microsoft.com/
dl/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO
"
,
"iso_checksum_type"
:
"sha1"
,
"iso_checksum"
:
"
E354B44994B46FB7CDC295FA1F075D9F95FECEA8
"
,
"iso_checksum"
:
"
56ab095075be28a90bc0b510835280975c6bb2ce
"
,
"headless"
:
false
,
"boot_wait"
:
"2m"
,
"ssh_username"
:
"vagrant"
,
...
...
@@ -66,6 +66,19 @@
]
}
],
"provisioners"
:
[
{
"type"
:
"shell"
,
"remote_path"
:
"/tmp/script.bat"
,
"execute_command"
:
"{{.Vars}} cmd /c C:/Windows/Temp/script.bat"
,
"scripts"
:
[
"./scripts/vm-guest-tools.bat"
,
"./scripts/vagrant-ssh.bat"
,
"./scripts/enable-rdp.bat"
,
"./scripts/compact.bat"
]
}
],
"post-processors"
:
[
{
"type"
:
"vagrant"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment