]> git.ozlabs.org Git - petitboot/blob - ui/ncurses/nc-config-help.c
828fce73818df3cd756b7bc0c257470d2406d125
[petitboot] / ui / ncurses / nc-config-help.c
1 const char *config_help_text = "\
2 Autoboot: There are three possible options for automatic-boot hehaviour:\n"
3 "\n"
4 "Don't autoboot: boot options will be listed in the petitboot menu, but none \
5 will be booted automatically. User interaction will be required to continue \
6 past the petitboot menu. Use this option if you want the machine to wait for \
7 an explicit boot selection, or want to interact with petitboot before \
8 booting the system\n"
9 "\n"
10 "Autoboot from any disk/network device: any boot option that is marked as a \
11 default (by bootloader configuration) will be booted automatically after a \
12 timeout. Use this option if you want to quickly boot your system without \
13 changing any boot option settings. This is the typical configuration.\n"
14 "\n"
15 "Autoboot from a specific disk/network device: only boot options \
16 from a single device (specifed here) will be booted automatically after a \
17 timeout. Use this option if you have multiple operating system images \
18 installed.\n"
19 "\n"
20 "Timeout: Specify the length of time, in seconds, that the main menu will be \
21 displayed before the default boot option is started. This option is only \
22 displayed if autoboot is enabled.\n"
23 "\n"
24 "Network options:\n"
25 "\n"
26 "DHCP on all active interfaces: Automatically assigns IP addresses to each \
27 network interface. Use this option if you have a DHCP server on your \
28 network.\n"
29 "\n"
30 "DHCP on a specific interface: Automatically assigns IP addresses to the \
31 selected network interface. The other interfaces are not configured. Select \
32 this option if you have multiple DHCP servers on different interfaces, but \
33 only want to configure a single interface during boot.\n"
34 "\n"
35 "Static IP configuration: Allows you to specify an IPv4 address and network \
36 mask, gateway, and a DNS server or servers for a network interface. Select \
37 this option if you do not have a DHCP server, or want explicit control of \
38 network settings."
39 ;