diff options
| author | Geert Stappers <stappers@stappers.it> | 2022-12-21 22:26:20 +0100 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2023-01-04 11:30:42 -0800 |
| commit | 3233a856af770c5f928ce9c2329072432feab0f3 (patch) | |
| tree | a724f09415b4f37df270e7d1b03fce65622c1399 /internal | |
| parent | 6dbe89ced23ad5d4843ad577d80d15751957e0aa (diff) | |
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.
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/handlers/ipxemenu.go | 1 |
1 files changed, 0 insertions, 1 deletions
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" + |
