Force DHCP option 210 only for iPXE capable hardware

DHCP option 210 sets only for iPXE capable hardware, in other cases
used default TFTP method.

Change-Id: Id1f0d9e32487bcd902940311ed8d8bef4129fdaf
Doc-Impact: ops-guide
Closes-Bug: 1521759
Partial-Bug: 1528186
Partial-Bug: 1527474
This commit is contained in:
Maksim Malchuk 2015-12-21 21:43:18 +03:00
parent 362e23d7e8
commit 10ed2f60c6
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
dhcp-range=<%= @range_name %>,<%= @dhcp_start_address %>,<%= @dhcp_end_address %>,<%= @dhcp_netmask %>,<%= @lease_time %>
dhcp-option=net:<%= @range_name %>,option:router,<%= @dhcp_gateway %>
dhcp-boot=net:<%= @range_name %>,pxelinux.0,boothost,<%= @next_server %>
dhcp-option-force=210,http://<%= @next_server %>/cobbler/boot/
dhcp-match=ipxe,175
dhcp-option-force=net:ipxe,210,http://<%= @next_server %>/cobbler/boot/