iPXE
|
PXE boot menu prompt. More...
#include <dhcp.h>
Data Fields | |
uint8_t | timeout |
Timeout. More... | |
char | prompt [0] |
Prompt to press F8. More... | |
uint8_t dhcp_pxe_boot_menu_prompt::timeout |
Timeout.
A value of 0 means "time out immediately and select first boot item, without displaying the prompt". A value of 255 means "display menu immediately with no timeout". Any other value means "display prompt, wait this many seconds for keypress, if key is F8, display menu, otherwise select first boot item".
Definition at line 153 of file dhcp.h.
Referenced by pxe_menu_parse().
char dhcp_pxe_boot_menu_prompt::prompt[0] |