Add hot keys to IPXE menu
-
Hotkeys on the IPXE menu would be very useful.
-
Technically it’s possible, but its probably won’t be high on the list of open issues.
Add a menu item with a shortcut key according to the iPXE documentation:
item --key f fedora Fedora Linux
all that is needed is the shortcut key
--key X
added to the existing item line for each generated fog menu item. -
Added simplistic support in the working branch.
Add’s “hot key enabled” and “key sequence” fields.
Hot key enabled is ENUM(‘0’, ‘1’)
Key sequence is a text field. It’s up to you to enter things as needed.
The two new options are under the ipxe menu configuration.
-
Thanks for the quick work.