Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
packer-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bob Tanner
packer-windows
Commits
5a77eeda
Commit
5a77eeda
authored
Aug 11, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update my build script
parent
579f24a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
build_windows_10.sh
build_windows_10.sh
+2
-5
No files found.
build_windows_10.sh
View file @
5a77eeda
#!/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 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
packer build
--only
=
vmware-iso
--var
iso_url
=
~/packer_cache/Win10_1607_English_x64.iso
--var
iso_checksum
=
99fd8082a609997ae97a514dca22becf20420891
--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