jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Cygwin setup issue with win 2008 R2 template ? #366

Open dbroeglin opened 12 years ago

dbroeglin commented 12 years ago

Hello!

I'm not familiar, at all, with windows provisioning through veewee. I just tried a basic :

veewee vbox define windows-2008R2-serverstandard-amd64 'windows-2008R2-serverstandard-amd64' veewee vbox build windows-2008R2-serverstandard-amd64

It stops with Windows launching and proposing the first setup tasks but veewee hands waiting for sshd. By looking a little bit closer at the install-cygwin-sshd.bat I saw that it was using a:cygwin-setup.exe from the floppy. However, this program is not included in the floppy. I downloaded it from the CygWin web site and added it in definition.rb and now it seems to install cygwin automatically.

Was that omission intentional ? Did I do something wrong ? If not, can how can I actually know that the installation went well ?

Thanks a lot for your help.

pmorton commented 12 years ago

wget in vbs....

https://gist.github.com/2053179