From b650cd514a0c3d664e61413f63663202eb7da110 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 9 Dec 2013 21:19:43 +0200 Subject: [PATCH] busybox: cleanup. we don't ship terminfo/v/vt100 anymore --- packages/sysutils/busybox/profile.d/00-busybox.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/profile.d/00-busybox.conf b/packages/sysutils/busybox/profile.d/00-busybox.conf index 3036122852..72ac107e4c 100644 --- a/packages/sysutils/busybox/profile.d/00-busybox.conf +++ b/packages/sysutils/busybox/profile.d/00-busybox.conf @@ -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"