boxcutter / windows

Virtual machine templates for Windows written in legacy JSON and Batch Scripting/JScript
Apache License 2.0
753 stars 266 forks source link

Fix the floppy_files for the hyperv-iso builder belonging to win2012r2-standard-cygwin.json template #227

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

As a result of merging PR #222, it was discovered that the win2012r2-standard-cygwin.json template is using the wrong file (floppy/openssh.bat) in the floppy_files field of the hyperv-iso builder when it should be using floppy/cygwin.bat (and floppy/cygwin.sh). This results in the hyperv-iso builder for that template installing ssh and not cygwin which is contrary to what the template is supposed to do, and what its other builders are already doing.

This PR fixes the issue by replacing floppy/openssh.bat with both floppy/cygwin.bat and floppy/cygwin.sh which corresponds to what the other builders in the template are doing.

This closes issue #225.