ironic/releasenotes/notes/boot-ipxe-inc-workaround-548e10d1d6616752.yaml
Dmitry Tantsur f968e1a22d Fall back to old boot.ipxe behaviour if inc command is not found
We introduced looping over all NIC's as on older iPXE ROM's ${mac} variable
does not always point to the PXE-booting NIC. However, CentOS/RHEL ship
even older iPXE ROM that does not even have inc command at all.

This patch restores the old behaviour of relying on ${mac} variable when
inc command cannot be executed. It's still not perfect and might break
sometimes, but it won't be completely broken. Nothing is changes for users
for which inc command is already working.

Change-Id: I30b8c0e4ab076684ea9baa042e5a9a4f44da9a3a
Closes-Bug: #1507738
2015-12-01 11:15:56 +01:00

6 lines
183 B
YAML

---
fixes:
- Make boot.ipxe fallback to its previous behavior on *really* old iPXE
ROMs where 'inc' command is not available at all, see
https://launchpad.net/bugs/1507738.