Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix and proxy #179

Closed
wants to merge 41 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f07aa00
add user prefix that is ignored by git so users can customize
Mar 21, 2019
bf7ef79
remove "VBoxInternal/CPUM/CMPXCHG16B due to error on build
Mar 21, 2019
83431fd
add HideWirelessSetupInOOBE & HideOnlineAccountScreens
Mar 21, 2019
874dc73
add/use :ps1_download function with proxy support to/from _packer_con…
Mar 21, 2019
320ba20
add user prefix that is ignored by git so users can customize
Mar 21, 2019
6b40592
cleanup
Mar 21, 2019
4740098
cleanup
Mar 21, 2019
1328828
cleanup
Mar 21, 2019
061812e
add disable bits so scripts can fail if we want them to
Mar 21, 2019
8ddc5f8
add disable bits so scripts can fail if we want them to
Mar 21, 2019
bcb6425
Update .gitignore
daxgames Mar 23, 2019
3e6de6f
cleanup
Mar 23, 2019
70b5b09
Merge branch 'prefix_and_proxy' of https://github.com/daxgames/boxcut…
Mar 23, 2019
497b26f
fix
Apr 25, 2019
dde466a
spacing
Feb 20, 2020
b728f7e
update Makefile to allow disable bits
Feb 20, 2020
71013de
disable bits
Feb 20, 2020
dca90a3
disable bits
Feb 20, 2020
5dd855a
disable bits
Feb 20, 2020
c21e0e5
_download_ps1.cmd
Feb 24, 2020
b932ad2
remove _download_ps1.cmd
Feb 24, 2020
abe9e6f
incorporate powershell download with proxy into _download.cmd
Feb 24, 2020
a7e9b27
incorporate powershell download with proxy into _download.cmd
Feb 24, 2020
2247aeb
incorporate powershell download with proxy into _download.cmd
Feb 24, 2020
4331a65
incorporate powershell download with proxy into _download.cmd
Feb 24, 2020
5390bc2
merge Makefile
Feb 26, 2020
3deb45e
sync with proxy
Feb 26, 2020
edd95b6
sync with proxy
Feb 26, 2020
6cda48c
sync with proxy
Feb 26, 2020
e5e3e37
sync with proxy
Feb 26, 2020
42d61ce
Merge branch 'disable-bits' into ppnew2
Feb 26, 2020
a34bf7b
sync with proxy
Feb 26, 2020
14d74f6
sync with proxy
Feb 26, 2020
1da6bf7
sync with proxy
Feb 26, 2020
17f5766
sync with proxy
Feb 26, 2020
07fc9cc
sync
Feb 26, 2020
e5af027
Merge pull request #3 from daxgames/sync_pp
daxgames Feb 26, 2020
22bdeef
Update 01-install-wget.cmd
daxgames Feb 26, 2020
3fd5374
Update _packer_config.cmd
daxgames Feb 26, 2020
a9da09d
Update _packer_config.cmd
daxgames Feb 26, 2020
ad6ef3f
sync
Feb 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ Makefile.local
rspec_html_reports

.DS_Store

*.*.json
floppy/*.*.*
script/*.*.*
floppy/_packer_config_*.cmd


157 changes: 79 additions & 78 deletions Makefile

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions eval-win10x64-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -49,7 +49,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -96,7 +96,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -131,7 +131,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x64-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -48,7 +48,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -94,7 +94,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -128,7 +128,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x64-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -48,7 +48,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -94,7 +94,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -128,7 +128,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x86-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -49,7 +49,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -96,7 +96,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -131,7 +131,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x86-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -48,7 +48,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -94,7 +94,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -128,7 +128,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x86-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -48,7 +48,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -94,7 +94,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -128,7 +128,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win2008r2-datacenter-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -43,7 +43,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -77,7 +77,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -107,7 +107,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win2008r2-datacenter-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/install-winrm.cmd",
"{{template_dir}}/floppy/openssh.bat",
Expand Down Expand Up @@ -43,7 +43,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/install-winrm.cmd",
"{{template_dir}}/floppy/openssh.bat",
Expand Down Expand Up @@ -77,7 +77,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/install-winrm.cmd",
"{{template_dir}}/floppy/openssh.bat",
Expand Down Expand Up @@ -107,7 +107,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/install-winrm.cmd",
"{{template_dir}}/floppy/openssh.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win2008r2-datacenter.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/fixnetwork.ps1",
"{{template_dir}}/floppy/install-winrm.cmd",
Expand Down Expand Up @@ -44,7 +44,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/fixnetwork.ps1",
"{{template_dir}}/floppy/install-winrm.cmd",
Expand Down Expand Up @@ -79,7 +79,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/fixnetwork.ps1",
"{{template_dir}}/floppy/install-winrm.cmd",
Expand Down Expand Up @@ -110,7 +110,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/fixnetwork.ps1",
"{{template_dir}}/floppy/install-winrm.cmd",
Expand Down
8 changes: 4 additions & 4 deletions eval-win2008r2-standard-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -43,7 +43,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -77,7 +77,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -107,7 +107,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
Loading