summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2016-12-06 17:23:28 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-12-20 15:04:21 +1100
commit5edfdd5dc8806fb6520ee698f42d269143ad5c45 (patch)
tree4357c1d72dbc664b42179757e5a5a0ddb493654b /ui/ncurses/Makefile.am
parent211d7eb1de2d3a9cd97846deb9a85a934dae2981 (diff)
downloadtalos-petitboot-5edfdd5dc8806fb6520ee698f42d269143ad5c45.tar.gz
talos-petitboot-5edfdd5dc8806fb6520ee698f42d269143ad5c45.zip
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 <jk@ozlabs.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'ui/ncurses/Makefile.am')
-rw-r--r--ui/ncurses/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am
index 265ae69..feec51d 100644
--- a/ui/ncurses/Makefile.am
+++ b/ui/ncurses/Makefile.am
@@ -49,7 +49,10 @@ ui_ncurses_libpbnc_la_SOURCES = \
ui/ncurses/nc-add-url.h \
ui/ncurses/nc-add-url-help.c \
ui/ncurses/nc-subset.c \
- ui/ncurses/nc-subset.h
+ ui/ncurses/nc-subset.h \
+ ui/ncurses/nc-statuslog.c \
+ ui/ncurses/nc-statuslog.h
+
sbin_PROGRAMS += ui/ncurses/petitboot-nc
OpenPOWER on IntegriCloud