mirror of
https://github.com/ipxe/ipxe.git
synced 2026-03-08 07:02:16 +01:00
When searching for a shortcut key, search first from the currently selected menu item and then from the start of the list. This allows several ways for a shortcut key to be meaningfully used multiple times within the same menu. For example, two sections may have the same shortcut key: item --key s --gap (S)ection 1 item ... item ... item --key s --gap (S)ection 2 item ... With the above menu, repeated "s" keypresses would cycle through the sections. As another example, entries within different sections may have the same shortcut keys. For example: item --key d --gap (D)ebian item --key s debst Debian (s)table release item --key u debun Debian (u)nstable release item --key f --gap (F)edora item --key s fedst Fedora (s)table release item --key u fedun Fedora (u)nstable release With the above menu, a shortcut key sequence such as "f", "s" can be used to select an entry within a specific section, avoiding the need to choose shortcut keys that are globally unique within the menu. Signed-off-by: Michael Brown <mcb30@ipxe.org>
iPXE network bootloader
iPXE is the leading open source network boot firmware. It provides a full PXE implementation enhanced with additional features such as:
-
boot from a web server via HTTP or HTTPS,
-
boot from an iSCSI, FCoE, or AoE SAN,
-
control the boot process with a script,
You can use iPXE to replace the existing PXE ROM on your network card, or you can chainload into iPXE to obtain the features of iPXE without the hassle of reflashing.
iPXE is free, open-source software licensed under the GNU GPL (with some portions under GPL-compatible licences).
You can download the rolling release binaries (built from the latest commit), or use the most recent stable release.
For full documentation, visit the iPXE website.
Languages
C
97.2%
Assembly
1.5%
Perl
0.6%
Makefile
0.4%
Python
0.2%