summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/generic-main-help.c
blob: d3c566248d74a2db397eb4c47cbb793e9c2d4f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

const char *main_menu_help_text =
"From the main menu screen, select a boot option. The options displayed are \
available on the system and the network.\n\
\n\
To select a boot option, press Enter.\n\
\n\
To make changes to an existing option, type E (edit).\n\
\n\
To add a new boot option, type N (new).\n\
\n\
To display information about the system, including the MAC addresses of each \
network interface, type I (information).\n\
\n\
To make changes to the system configuration, type C (configure).\n\
\n\
To close the Petitboot interface, type X (exit).\n";
OpenPOWER on IntegriCloud