Added documentation for the dialog bundle
This commit is contained in:
parent
a70f4bd170
commit
0149ee2313
@ -199,6 +199,7 @@ COPY_SOURCE_ISO=true
|
||||
# felix - Apache Felix OSGi framework.
|
||||
# mll_utils - set of executable utilities (mll-*).
|
||||
# ncurses - "GUI-like" API that runs within a terminal emulator
|
||||
# dialog - shell scripting for ncurses
|
||||
# lua - scripting language
|
||||
# static_get - portable binaries for Linux (http://s.minos.io)
|
||||
# cf_cli - CLoud Foundry CLI (command line interface)
|
||||
@ -209,7 +210,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,ncurses,util_linux,nweb,dhcp
|
||||
#OVERLAY_BUNDLES=glibc_full,links,dropbear,java,felix,mll_utils,lua,static_get,cf_cli,ncurses,dialog,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
|
||||
|
@ -74,6 +74,10 @@ Currently available overlay bundles:
|
||||
|
||||
* ncurses - 'GUI-like' API that runs within a terminal emulator
|
||||
|
||||
* dialog - shell scripting library for ncurses
|
||||
|
||||
This overlay bundle requires ncurses
|
||||
|
||||
* nweb - nweb is a very small and easy to use webserver, it is run automatically on port 80
|
||||
to portforward port 80 from the guest (minimal) to port 8080 on the host add
|
||||
'-net nic,model=e1000 -net user,hostfwd=tcp::8080-:80' to 'cmd' in qemu.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user