mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
busybox: cleanup. we don't ship terminfo/v/vt100 anymore
This commit is contained in:
parent
78297b67fd
commit
b650cd514a
@ -23,8 +23,9 @@ export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
|
|||||||
export LD_LIBRARY_PATH="/usr/lib:/lib"
|
export LD_LIBRARY_PATH="/usr/lib:/lib"
|
||||||
export HOSTNAME=`cat /etc/hostname`
|
export HOSTNAME=`cat /etc/hostname`
|
||||||
export PS1="\[\e[1;32m\]\h\[\e[1;32m\]:\[\e[1;34m\]\w \[\e[0m\]\\$ "
|
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
|
case "$TERM" in
|
||||||
linux|nxterm|screen|vt100|vt100-am|xterm|xterm-color)
|
linux|nxterm|screen|xterm|xterm-color)
|
||||||
;;
|
;;
|
||||||
"")
|
"")
|
||||||
export TERM="linux"
|
export TERM="linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user