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 eval-win7x86-enterprise-ssh.json template #226

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

As a result of merging PR #222, it was discovered that the eval-win7x86-enterprise-ssh.json template is missing an important file (floppy/openssh.bat) in the floppy_files field that is required to install ssh. This PR fixes that by adding that missing file.

This closes issue #224.