Skip to content

Commit

Permalink
Merge pull request StefanScherer#222 from StefanScherer/insider-19013
Browse files Browse the repository at this point in the history
Update Windows 10 Insider 19013
  • Loading branch information
StefanScherer authored Nov 16, 2019
2 parents bae4d5b + a4b1adf commit c2a8b38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion build_windows_10_insider.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
#!/bin/bash
packer build --only=vmware-iso --var iso_url=~/packer_cache/insider/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_18912.iso windows_10_insider.json
packer build --only=vmware-iso --var iso_url=~/packer_cache/insider/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_19013.iso windows_10_insider.json

# packer build --only=vmware-iso \
# --var iso_url=~/packer_cache/insider/uupdump_19025.1_PROFESSIONAL_X64_EN-US.iso \
# --var iso_checksum=d9e98dd9187f2a251e733e3a2ca55354bd12780cb450a4eee41abbb9b1ae1058 \
# --var autounattend=tmp/10_pro/Autounattend.xml \
# windows_10_insider.json
4 changes: 2 additions & 2 deletions windows_10_insider.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
"variables": {
"autounattend": "./answer_files/10_insider/Autounattend.xml",
"disk_size": "61440",
"iso_checksum": "94885ce13f89b16088dad27cd175f5b95f7fcf954f71145c7f7beb6e689c40b9",
"iso_checksum": "038690c10ccf43b0acc7400af3d0721975aa9e22d2580c856ced2c6b0ebe4ea4",
"iso_checksum_type": "sha256",
"iso_url": "https://software-download.microsoft.com/pr/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_18970.iso",
"iso_url": "https://software-download.microsoft.com/pr/Windows10_InsiderPreview_EnterpriseVL_x64_en-us_19013.iso",
"manually_download_iso_from": "https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewadvanced"
}
}
Expand Down

0 comments on commit c2a8b38

Please sign in to comment.