Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
a064417e
Unverified
Commit
a064417e
authored
Mar 02, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Windows 10 Insider 15042
parent
5b2703f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
15 deletions
+8
-15
answer_files/10_insider/Autounattend.xml
answer_files/10_insider/Autounattend.xml
+1
-7
build_windows_10.sh
build_windows_10.sh
+7
-7
windows_10_insider.json
windows_10_insider.json
+0
-1
No files found.
answer_files/10_insider/Autounattend.xml
View file @
a064417e
...
...
@@ -47,7 +47,7 @@
<SetupUILanguage>
<UILanguage>
en-US
</UILanguage>
</SetupUILanguage>
<InputLocale>
en-US
</InputLocale>
<InputLocale>
0409:00010409
</InputLocale>
<SystemLocale>
en-US
</SystemLocale>
<UILanguage>
en-US
</UILanguage>
<UILanguageFallback>
en-US
</UILanguageFallback>
...
...
@@ -180,12 +180,6 @@
<Order>
99
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c ren a:\enable-winrm.ps1 enable-winrm-manually.ps1
</CommandLine>
<Description>
Enable WinRM manually after updates
</Description>
<Order>
100
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File a:\win-updates.ps1 -BeginWithRestart 1
</CommandLine>
<Description>
Install Windows Updates
</Description>
...
...
build_windows_10.sh
View file @
a064417e
...
...
@@ -4,15 +4,15 @@
# Windows 10 Pro own license
#packer build --only=vmware-iso --var iso_url=~/packer_cache/my/Win10_1607_English_x64.iso --var iso_checksum=99fd8082a609997ae97a514dca22becf20420891 --var autounattend=./tmp/10_pro/Autounattend.xml windows_10.json
# Windows 10 Insider 1502
5
#
packer build --only=vmware-iso --var iso_url=~/packer_cache/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_1502
5
.iso windows_10_insider.json
# Windows 10 Insider 150
4
2
packer build
--only
=
vmware-iso
--var
iso_url
=
~/packer_cache/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_150
4
2.iso windows_10_insider.json
# Windows 10 Enterprise MSDN
#packer build --only=vmware-iso --var iso_url=~/packer_cache/msdn/en_windows_10_enterprise_version_1607_updated_jan_2017_x64_dvd_9714415.iso --var iso_checksum=97164DD5C1C933BAEF89A4BDE93D544256134FE4 --var iso_checksum_type=sha1 --var autounattend=./tmp/10/Autounattend.xml windows_10.json
# Windows 10 Client 15031
packer build
--only
=
vmware-iso
\
--var
iso_url
=
~/connect/2017-02-08-windows10-15031-rs2/15031.0.170204-1546.RS2_RELEASE_CLIENTPRO-CORE_OEMRET_X64FRE_EN-US.ISO
\
--var
iso_checksum
=
d35a1bc67c4cf0226a4e7381752e81a0ab081356
\
--var
autounattend
=
./tmp/10_pro_msdn/Autounattend.xml
\
windows_10.json
#
packer build --only=vmware-iso \
#
--var iso_url=~/connect/2017-02-08-windows10-15031-rs2/15031.0.170204-1546.RS2_RELEASE_CLIENTPRO-CORE_OEMRET_X64FRE_EN-US.ISO \
#
--var iso_checksum=d35a1bc67c4cf0226a4e7381752e81a0ab081356 \
#
--var autounattend=./tmp/10_pro_msdn/Autounattend.xml \
#
windows_10.json
windows_10_insider.json
View file @
a064417e
...
...
@@ -103,7 +103,6 @@
},
{
"type"
:
"powershell"
,
"execute_command"
:
"powershell
\"
& { {{.Vars}}{{.Path}}; exit $LastExitCode}
\"
"
,
"scripts"
:
[
"./scripts/set-powerplan.ps1"
,
"./scripts/docker/disable-windows-defender.ps1"
...
...
Write
Preview
Markdown
is supported
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