From 3233a856af770c5f928ce9c2329072432feab0f3 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Wed, 21 Dec 2022 22:26:20 +0100 Subject: No extra poll in ipxemenu Removed 'chain /poll/1/${netX/mac:hexhyp}' from the ipxemenu entry. To make it possible that pressing Ctrl-B gets user immediately to the desired menu. --- internal/handlers/ipxemenu.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/handlers/ipxemenu.go b/internal/handlers/ipxemenu.go index 0ce8a5a..eed612d 100644 --- a/internal/handlers/ipxemenu.go +++ b/internal/handlers/ipxemenu.go @@ -23,7 +23,6 @@ import ( ) const menuHeader = "#!ipxe\n" + - "chain /poll/1/${netX/mac:hexhyp}\n" + "menu Choose target to boot\n" const menuFooter = "\n" + -- cgit v1.2.3