summaryrefslogtreecommitdiffstats
path: root/ui/ncurses
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-08-21 12:17:24 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-08-21 12:17:24 +0800
commitaa92961a1c515aacc65bc2885b41760bca66f171 (patch)
tree8e89f211d05215e89557a40ac8976a5252bfb232 /ui/ncurses
parenta58de4840edd7796c385c11a6d49ce28c724b305 (diff)
downloadtalos-petitboot-aa92961a1c515aacc65bc2885b41760bca66f171.tar.gz
talos-petitboot-aa92961a1c515aacc65bc2885b41760bca66f171.zip
ui/ncurses: Add new main menu options to help screen
The language, rescan and retrieve options are new, so add them to the help text. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses')
-rw-r--r--ui/ncurses/nc-cui-help.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/ncurses/nc-cui-help.c b/ui/ncurses/nc-cui-help.c
index ac690c5..e61c2ba 100644
--- a/ui/ncurses/nc-cui-help.c
+++ b/ui/ncurses/nc-cui-help.c
@@ -16,5 +16,13 @@ network interface, type I (information).\n\
\n\
To make changes to the system configuration, type C (configure).\n\
\n\
+To set the language for the petitboot interface, type L (language).\n\
+\n\
+To to find boot new or updated boot options on the system, select \
+the 'Rescan devices' option.\n\
+\n\
+To retreive new boot options from a remote configuration file, select \
+the 'Retrieve config from URL' option.\n\
+\n\
To close the Petitboot interface, type X (exit).\n"
);
OpenPOWER on IntegriCloud