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
579f24a2
Commit
579f24a2
authored
Aug 11, 2016
by
Stefan Scherer
Browse files
Update Win10 AU ISO
parent
de3fd7c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
answer_files/10/Autounattend.xml
View file @
579f24a2
...
...
@@ -46,8 +46,7 @@
-->
<!-- Product Key from http://technet.microsoft.com/en-us/library/jj612867.aspx -->
<ProductKey>
<Key>
W269N-WFGWX-YVC9B-4J6C9-T83GX
</Key>
<ProductKey>
NPPR9-FWDCX-D2C8J-H872K-2YT43
<WillShowUI>
Never
</WillShowUI>
</ProductKey>
</UserData>
...
...
@@ -62,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>
...
...
build_windows_10.ps1
0 → 100644
View file @
579f24a2
#packer build --only=vmware-iso `
# --var disk_size=102400 `
# --var iso_url=C:/packer_cache/Win10_1607_English_x64.iso `
# --var iso_checksum=99fd8082a609997ae97a514dca22becf20420891 `
# --var autounattend=./tmp/10/Autounattend.xml `
# windows_10.json
packer
build
--only
=
vmware-iso
`
--var
iso_url
=
C:/packer_cache/14393.0.160715-1616.RS1_RELEASE_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO
`
windows_10.json
windows_10.json
View file @
579f24a2
...
...
@@ -8,7 +8,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"boot_wait"
:
"6m"
,
"boot_command"
:
"
{{user `product_key`}}<enter>
"
,
"boot_command"
:
""
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"2h"
,
...
...
@@ -44,7 +44,7 @@
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"boot_wait"
:
"6m"
,
"boot_command"
:
"
<tab>{{user `product_key`}}<enter>
"
,
"boot_command"
:
""
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"2h"
,
...
...
@@ -119,11 +119,10 @@
}
],
"variables"
:
{
"iso_url"
:
"http://
iso.esd
.microsoft.com/
W10IP/BF15E0F8F8F6B6BFCD0F62892BFBA60756371D21/Windows10_InsiderPreview_x64_EN-US_10565.iso
"
,
"iso_url"
:
"http://
care.dlservice
.microsoft.com/
dl/download/2/5/4/254230E8-AEA5-43C5-94F6-88CE222A5846/14393.0.160715-1616.RS1_RELEASE_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO
"
,
"iso_checksum_type"
:
"sha1"
,
"iso_checksum"
:
"
EA37A740FD0744CAE856D1B12FB4167F6EE88B54
"
,
"iso_checksum"
:
"
a86ae3d664553cd0ee9a6bcd83a5dbe92e3dc41a
"
,
"autounattend"
:
"./answer_files/10/Autounattend.xml"
,
"disk_size"
:
"61440"
,
"product_key"
:
"<tab><tab>"
"disk_size"
:
"61440"
}
}
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