]> git.ozlabs.org Git - petitboot/blob - ui/ncurses/generic-main-help.c
ui/ncurses: Use pmenu_item destrutor to free ncurses ITEMs
[petitboot] / ui / ncurses / generic-main-help.c
1
2 const char *main_menu_help_text =
3 "From the main menu screen, select a boot option. The options displayed are \
4 available on the system and the network.\n\
5 \n\
6 To select a boot option, press Enter.\n\
7 \n\
8 To make changes to an existing option, type E (edit).\n\
9 \n\
10 To add a new boot option, type N (new).\n\
11 \n\
12 To display information about the system, including the MAC addresses of each \
13 network interface, type I (information).\n\
14 \n\
15 To make changes to the system configuration, type C (configure).\n\
16 \n\
17 To close the Petitboot interface, type X (exit).\n";