]> git.ozlabs.org Git - petitboot/blob - ui/ncurses/nc-config-help.c
discover: don't free cancelled load tasks
[petitboot] / ui / ncurses / nc-config-help.c
1 const char *config_help_text = "\
2 Autoboot: If you select this option, Petitboot will automatically choose the \
3 default option shown in the main menu. Use this option if you want to quickly \
4 boot your system without changing any boot option settings.\n"
5 "\n"
6 "Timeout: Specify the length of time, in seconds, that the main menu will be \
7 displayed before the first option on the main menu is started by default. \
8 Timeout is applied only if the Autoboot option is selected.\n"
9 "\n"
10 "Network options:\n"
11 "\n"
12 "DHCP on all active interfaces: Automatically assigns IP addresses to each \
13 network interface. Use this option if you have a DHCP server on your \
14 network.\n"
15 "\n"
16 "DHCP on a specific interface: Automatically assigns IP addresses to the \
17 selected network interface. The other interfaces are not configured. Select \
18 this option if you have multiple DHCP servers on different interfaces, but \
19 only want to configure a single interface during boot.\n"
20 "\n"
21 "Static IP configuration: Allows you to specify an IPv4 address and network \
22 mask, gateway, and a DNS server or servers for a network interface. Select \
23 this option if you do not have a DHCP server, or want explicit control of \
24 network settings."
25 ;