]> git.ozlabs.org Git - petitboot/blob - ui/ncurses/nc-cui-help.c
ui/ncurses: Update keybindings for subsets
[petitboot] / ui / ncurses / nc-cui-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 set the language for the petitboot interface, type L (language).\n\
20 \n\
21 To find new or updated boot options on the system, select the 'Rescan devices' \
22 option.\n\
23 \n\
24 To retreive new boot options from a remote configuration file, select \
25 the 'Retrieve config from URL' option.\n\
26 \n\
27 To close the Petitboot interface, type X (exit).\n"
28 );