ソースを参照

use linux for TERM

Waldemar Brodkorb 13 年 前
コミット
beda822887
2 ファイル変更2 行追加2 行削除
  1. 1 1
      package/base-files/Makefile
  2. 1 1
      package/base-files/src/etc/profile

+ 1 - 1
package/base-files/Makefile

@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
 
 PKG_NAME:=		base-files
 PKG_VERSION:=		1.0
-PKG_RELEASE:=		30
+PKG_RELEASE:=		31
 PKG_SECTION:=		base
 PKG_DESCR:=		basic files and scripts
 

+ 1 - 1
package/base-files/src/etc/profile

@@ -1,5 +1,5 @@
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
-export TERM=vt220
+export TERM=linux
 if [[ $(id -u) = 0 ]]; then
 	export PS1='`whoami`@`hostname`:`pwd` # '
 else