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"