X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-add-url-help.c;fp=ui%2Fncurses%2Fnc-add-url-help.c;h=cc78fd01ee234d7105cad94b54ffdfb3f95dd82c;hp=0000000000000000000000000000000000000000;hb=254c2c4233377ba71d0f1c96a77d885c91f9ad4a;hpb=0f5d4481891467000c50bf14548c236cfb3e70ad diff --git a/ui/ncurses/nc-add-url-help.c b/ui/ncurses/nc-add-url-help.c new file mode 100644 index 0000000..cc78fd0 --- /dev/null +++ b/ui/ncurses/nc-add-url-help.c @@ -0,0 +1,8 @@ +#include "nc-helpscreen.h" + +struct help_text add_url_help_text = define_help_text("\ +Supply a valid URL here to retrieve a remote boot config file, \ +(eg: petitboot.conf) and parse it.\n\ +\n\ +URLs are of the form 'scheme://host/path/to/petitboot.conf', \ +such as tftp://host/petitboot.conf or http://host/petitboot.conf");