From 5edfdd5dc8806fb6520ee698f42d269143ad5c45 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 6 Dec 2016 17:23:28 +1100 Subject: ui/ncurses: Add status log UI Currently, status messages from the server are displayed in a single line at the bottom of the main menu UI, and are lost once a new status is reported. This change adds a facility for the UI to collect and display the status messages from the server, in a dedicated UI screen. This allows a user to look back through the discovery & boot process. Signed-off-by: Jeremy Kerr Signed-off-by: Samuel Mendoza-Jonas --- ui/ncurses/nc-cui-help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/ncurses/nc-cui-help.c') diff --git a/ui/ncurses/nc-cui-help.c b/ui/ncurses/nc-cui-help.c index 0482830..7d97ba5 100644 --- a/ui/ncurses/nc-cui-help.c +++ b/ui/ncurses/nc-cui-help.c @@ -18,6 +18,8 @@ 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 view the log of status messages from the discovery process, type G (log).\n\ +\n\ To find new or updated boot options on the system, select the 'Rescan devices' \ option.\n\ \n\ -- cgit v1.2.1