From 766c6a071aa5a539f24498a7392b9043183e44e3 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Mon, 13 Nov 2017 13:28:47 -0500 Subject: [PATCH] Update .config --- src/.config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/.config b/src/.config index c39c017bb..d3ece837e 100644 --- a/src/.config +++ b/src/.config @@ -73,6 +73,12 @@ FELIX_SOURCE_URL=http://archive.apache.org/dist/felix/org.apache.felix.main.dist # LUA_SOURCE_URL=https://www.lua.org/ftp/lua-5.3.4.tar.gz +# You can find the latest ncurses archives here: +# +# https://ftp.gnu.org/pub/gnu/ncurses/ +# +NCURSES_SOURCE_URL=https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.0.tar.gz + # You can find the latest static-get shell script here: # # http://s.minos.io/s @@ -188,6 +194,7 @@ COPY_SOURCE_ISO=true # openjdk - installs Open JDK. All operations are automated. # felix - Apache Felix OSGi framework. # mll_utils - set of executable utilities (mll-*). +# ncurses - "GUI-like" API that runs within a terminal emulator # lua - scripting language # static_get - portable binaries for Linux (http://s.minos.io) # cf_cli - CLoud Foundry CLI (command line interface) @@ -198,7 +205,7 @@ COPY_SOURCE_ISO=true # # Refer to the README file for more information. # -#OVERLAY_BUNDLES=glibc_full,links,dropbear,java,felix,mll_utils,lua,static_get,cf_cli,nweb,dhcp +#OVERLAY_BUNDLES=glibc_full,links,dropbear,java,felix,mll_utils,lua,static_get,cf_cli,ncurses,util_linux,nweb,dhcp #OVERLAY_BUNDLES=dhcp,glibc_full,zlib,openjdk,felix,links # This property enables the standard penguin boot logo in the upper left corner