Add inst.ks.sendmac to the iPXE boot script #4

Merged
benvin merged 1 commits from benvin/ipxe-sendmac into main 2026-08-08 18:16:42 +10:00

1 Commits

Author SHA1 Message Date
unkinben 4ee6c1f4cd Add inst.ks.sendmac to the iPXE boot script
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
Cobbler's per-MAC gPXE script passed inst.ks.sendmac, making anaconda send
its interface MACs as X-RHN-Provisioning-MAC-N headers when fetching the
kickstart. bootapi's iPXE script omitted it, so the boot script was not a
full drop-in for Cobbler's gpxe output.

- Emit inst.ks.sendmac immediately before inst.ks= in the boot iPXE template,
  matching Cobbler ordering.
- Assert the arg is present in the rendered catalog iPXE test.

Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT
2026-08-06 22:19:04 +10:00