busybox: cleanup. we don't ship terminfo/v/vt100 anymore

This commit is contained in:
Stefan Saraev 2013-12-09 21:19:43 +02:00
parent 78297b67fd
commit b650cd514a

View File

@ -23,8 +23,9 @@ export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
export LD_LIBRARY_PATH="/usr/lib:/lib"
export HOSTNAME=`cat /etc/hostname`
export PS1="\[\e[1;32m\]\h\[\e[1;32m\]:\[\e[1;34m\]\w \[\e[0m\]\\$ "
# TODO: k0p: remove this and/or force TERM=xterm ? ping dag-
case "$TERM" in
linux|nxterm|screen|vt100|vt100-am|xterm|xterm-color)
linux|nxterm|screen|xterm|xterm-color)
;;
"")
export TERM="linux"