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

The hyperv-iso builder for the win2012r2-standard-cygwin.json template installs openssh instead of cygwin #225

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

The aforementioned template (win2012r2-standard-cygwin.json) should be one of the templates that installs cygwin on it during building. After applying PR #222, however, it was noticed that the hyperv-iso builder is using the incorrect script in order to install cygwin and instead installs openssh. This results in different semantics for the template than what the user would typically expect while using hyperv-iso to build it.

arizvisa commented 4 years ago

This is closed by PR #227.