-
Notifications
You must be signed in to change notification settings - Fork 264
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
Windows Server 2016 templates block while asking the user a question at the networks dialog #213
Comments
This isn't actually blocking at that dialog but is blocking due to having issues downloading One fix is to ask the owner of eternallybored.org to serve wget.exe over more widely available/insecure ssl/tls protocols... but since I don't know that guy and I'm not sure if here cares, this'll probably be ineffective. I think the other way to fix this, would be to self-host |
Hmm..Ironically if I remove Really.. this kind of stuff should be done during provisioning leaving only things such as installing cygwin, bitvisessh, and winrm as part of the initial setup that uses the floppy disk. This'll be a real bitch to refactor... Right now the only way to pass variables to any of these floppy scripts is by directly modifying So...If I do end up creating a PR to do this sort of thing :-(, I'll leave it up for people to pass judgement on because It'll really change a lot of things for the sake of fixing quirks like this and adding support for proxies. A refactor of these floppy scripts will likely affect the following issues: #124 -- Right now proxies will need to be configured by explicitly editting #173 -- I'm still not sure why we're hardcoding a password here when we can already auth with a user. This can be easily looked into. |
When building any of the Windows 2016 templates (
win2016-standard*.json
, andeval-win2016-standard*.json
), the build pauses while it asks the user the following via the Networks dialog.This is likely an issue in the
floppy/.../autounattend.xml
script.The text was updated successfully, but these errors were encountered: