]> git.ozlabs.org Git - petitboot/blob - ui/ncurses/nc-add-url-help.c
ui/ncurses: Spin child to ensure autoboot cancelled on exit
[petitboot] / ui / ncurses / nc-add-url-help.c
1 #include "nc-helpscreen.h"
2
3 struct help_text add_url_help_text = define_help_text("\
4 Supply a valid URL here to retrieve a remote pxe-boot config file and parse it.\
5 \n\
6 \n\
7 URLs are of the form 'scheme://host/path/to/pxeconffile', \
8 such as tftp://host/pxeconffile or http://host/pxeconffile");