busybox: set TERM variable to 'linux'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-08-16 01:04:12 +02:00
parent 2da8b06667
commit fdaca07b9f

View File

@ -26,5 +26,5 @@
PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] \[\e[1;37m\]'
export PS1
TERM="xterm"
TERM="linux"
export TERM