X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-config-help.c;h=c977d1ae232c76a02ed4b5e9f1e0376485eeead2;hp=828fce73818df3cd756b7bc0c257470d2406d125;hb=0303df2c1d860cb0384b1d1c30729561ac2f2117;hpb=9073914cfe15b2c81a6cdd5988fbfdfe817e797a;ds=sidebyside diff --git a/ui/ncurses/nc-config-help.c b/ui/ncurses/nc-config-help.c index 828fce7..c977d1a 100644 --- a/ui/ncurses/nc-config-help.c +++ b/ui/ncurses/nc-config-help.c @@ -1,4 +1,6 @@ -const char *config_help_text = "\ +#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 \ @@ -12,7 +14,7 @@ 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 \ +"Only 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" @@ -35,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.");