summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-cui-help.c
blob: 7d97ba5db6779d11bacab2ec960f8c065e9d02ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

#include "nc-helpscreen.h"

struct help_text main_menu_help_text = define_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 set the language for the petitboot interface, type L (language).\n\
\n\
To view the log of status messages from the discovery process, type G (log).\n\
\n\
To find new or updated boot options on the system, select the 'Rescan devices' \
option.\n\
\n\
To retreive new boot options from a remote configuration file, select \
the 'Retrieve config from URL' option.\n\
\n\
To close the Petitboot interface, type X (exit).\n"
);
OpenPOWER on IntegriCloud