puppet-ironic/releasenotes/notes/ipxe-dhcp-f82e17c956a5b887.yaml
Dmitry Tantsur 806d5a1569 Remove "dhcp" command from the iPXE script
At this point we already have DHCP on the right NIC to be able to download
this iPXE script. The "dhcp" may actually break the boot, as it runs DHCP
on the first available interface, not the PXE booting one.

Change-Id: I9ec62b6b662c9ea70f7cc12bd0567b5e4119faf7
Closes-Bug: #1635191
2016-10-20 18:05:51 +02:00

5 lines
169 B
YAML

---
fixes:
- Remove "dhcp" command from the introspection iPXE script. It is redundant,
and may even break booting when the provisioning NIC is not the first one.