Skip to content

Commit

Permalink
Update to latest iPXE
Browse files Browse the repository at this point in the history
Resolves tinkerbell#117
Relates to tinkerbell#115

This release includes
ipxe/ipxe#1152 which resolves tinkerbell#117

I've also included the workaround for tinkerbell#115 as specified from
ipxe/ipxe#1091 (comment)

Signed-off-by: Nahum Shalman <[email protected]>
  • Loading branch information
nshalman committed Feb 27, 2024
1 parent 32b7c85 commit 7f6cde1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions binary/script/ipxe-customizations/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@
#undef USB_HCD_XHCI /* xHCI USB host controller */
#undef USB_KEYBOARD /* USB keyboards */

//Workaround for Mellanox issue
// https://github.com/tinkerbell/ipxedust/issues/115
// https://github.com/ipxe/ipxe/issues/1091#issuecomment-1946152615
#undef NET_PROTO_EAPOL

#define MAX_MODULES 17
2 changes: 1 addition & 1 deletion binary/script/ipxe.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fbc3b4a104698658202c2a83217ca8722453bf49
182ee909313fc60875d3f1741cd4a0bb7dfd15e1

0 comments on commit 7f6cde1

Please sign in to comment.