Add inst.ks.sendmac to the iPXE boot script #6
Reference in New Issue
Block a user
Delete Branch "benvin/ipxe-sendmac"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Cobbler's per-MAC gPXE script passed
inst.ks.sendmac, so anaconda sent its interface MACs as X-RHN-Provisioning-MAC-N headers when fetching the kickstart. The bootapi iPXE script omitted it, so it was not a full drop-in for Cobbler's gpxe output.Changes
inst.ks.sendmacimmediately beforeinst.ks=in the boot iPXE template, matching Cobbler ordering.Companion change in bootapi (embedded template + test).
https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT