X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-config-help.c;h=18c51d4691ba9ff9fadab246d567e8a49e4b1640;hp=90565b20118c1c85838274238ebaa9b1b9c53c8e;hb=24a530d0b58f57f151ee6d3df9f747ae98ef759f;hpb=c6dad307d1c305015066e179d392fae695b8cf08 diff --git a/ui/ncurses/nc-config-help.c b/ui/ncurses/nc-config-help.c index 90565b2..18c51d4 100644 --- a/ui/ncurses/nc-config-help.c +++ b/ui/ncurses/nc-config-help.c @@ -1,11 +1,27 @@ -const char *config_help_text = "\ -Autoboot: If you select this option, Petitboot will automatically choose the \ -default option shown in the main menu. Use this option if you want to quickly \ -boot your system without changing any boot option settings.\n" +#include "nc-helpscreen.h" + +struct help_text config_help_text = define_help_text("\ +Autoboot: There are three possible options for automatic-boot hehaviour:\n" +"\n" +"Don't autoboot: boot options will be listed in the petitboot menu, but none \ +will be booted automatically. User interaction will be required to continue \ +past the petitboot menu. Use this option if you want the machine to wait for \ +an explicit boot selection, or want to interact with petitboot before \ +booting the system\n" +"\n" +"Autoboot from any disk/network device: any boot option that is marked as a \ +default (by bootloader configuration) will be booted automatically after a \ +timeout. Use this option if you want to quickly boot your system without \ +changing any boot option settings. This is the typical configuration.\n" +"\n" +"Autoboot from a specific disk/network device: only boot options \ +from a single device (specifed here) will be booted automatically after a \ +timeout. Use this option if you have multiple operating system images \ +installed.\n" "\n" "Timeout: Specify the length of time, in seconds, that the main menu will be \ -displayed before the first option on the main menu is started by default. \ -Timeout is applied only if the Autoboot option is selected.\n" +displayed before the default boot option is started. This option is only \ +displayed if autoboot is enabled.\n" "\n" "Network options:\n" "\n" @@ -21,5 +37,4 @@ only want to configure a single interface during boot.\n" "Static IP configuration: Allows you to specify an IPv4 address and network \ mask, gateway, and a DNS server or servers for a network interface. Select \ this option if you do not have a DHCP server, or want explicit control of \ -network settings." -; +network settings.");