iPXE does not function properly on platforms that do not support the CTRL key.
An example of such a platform is the Apple Macbook Pro (2009). This patchset 
provides core functionality on these unsupported platforms.

Issues Solved:
 
 * When booting into iPXE, CTRL-B does not cancel autoboot and spawn a shell. 

 * When in the 'config' command menu, cannot exit the menu (CTRL-X) or clear
and delete entries.

This patch series solves these problems.

In the 'config' menu, it provides backwards support to the old keys.

There may exist other unpatched sections of iPXE that use the CTRL keys. 

Michael J. Bazzinotti (2):
  [autoboot] Support platforms which don't process the CTRL key
  [config] Support platforms which do not process the CTRL key

 src/hci/tui/settings_ui.c | 9 ++++++---
 src/usr/autoboot.c        | 4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.3.6

_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to