Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
e9f40118
Commit
e9f40118
authored
Apr 30, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update
parent
dad62f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
build_windows_10.sh
build_windows_10.sh
+6
-1
No files found.
build_windows_10.sh
View file @
e9f40118
#!/bin/bash
#packer build --only=vmware-iso --var iso_url=~/packer_cache/Win10_1511_English_x64.iso --var iso_checksum=875ec108288b9f581e5d8099cf0edb79f0f3e483 windows_10.json
packer build
--only
=
vmware-iso
--var
iso_url
=
~/packer_cache/Win10_1511_English_x64.iso
--var
iso_checksum
=
875ec108288b9f581e5d8099cf0edb79f0f3e483
--var
autounattend
=
./tmp/10/Autounattend.xml windows_10.json
# my own license
# packer build --only=vmware-iso --var iso_url=~/packer_cache/Win10_1511_English_x64.iso --var iso_checksum=875ec108288b9f581e5d8099cf0edb79f0f3e483 --var autounattend=./tmp/10/Autounattend.xml windows_10.json
# latest Insider ISO
packer build
--only
=
vmware-iso
--var
iso_url
=
~/packer_cache/Windows10_InsiderPreview_Client_x64_en-us_14295.1000.iso
--var
iso_checksum
=
ee3b237cbfff293c2c9e5b036a0250b39c3f79ae
--var
autounattend
=
./tmp/10/Autounattend.xml windows_10.json
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