Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Apr 30, 2016
1 parent dad62f2 commit e9f4011
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build_windows_10.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/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

0 comments on commit e9f4011

Please sign in to comment.