Feature #35909
closedWindows default iPXE httpboot template
Description
Fixed windows deploy via proxy.
You can use it to provision hosts running Windows using iPXE over HTTP instead of TFTP Only need to use httpboot to do this.
set boot-url tftp://<%= foreman_request_addr >/
changed to
set boot-url http://<= foreman_request_addr %>/httpboot/
Updated by Evgeni Golov almost 2 years ago
- Status changed from New to Closed
- Fixed in Releases 3.6.0 added
Fixed in https://github.com/theforeman/foreman/commit/b779fcd98d1e8fabde58e1137e30a849a639bab1 - I just messed up the commit message
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
I wanted to link it up in Redmine. If you go to https://projects.theforeman.org/projects/foreman/repository/revisions/b779fcd98d1e8fabde58e1137e30a849a639bab1 you can set the related issue (if you have the permissions). However, that commit only updates the developer docs. I think you mean https://github.com/theforeman/foreman/commit/b7d9230be6cbc67d4612b2e9a81caf5698a44b7d which I now linked up.
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Category changed from Templates to Unattended installations
- Triaged changed from No to Yes