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