Actions
Feature #35909
closedWindows default iPXE httpboot template
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Unattended installations
Target version:
-
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/
Actions