root@Linkstation :~# apt-get install locales
root@Linkstation:~# dpkg-reconfigure locales
root@Linkstation:~# locale -a
C
POSIX
zh_CN.utf8
OK,在启动脚本里面加入中文支持即可
#!/bin/sh
export HOME=/root
export LANG=zh_CN.UTF-8
export LC_ALL=zh_CN.UTF-8
export LC_LANG=zh_CN.UTF-8
转自(Ray's wifizoo)[http://blog.wifizoo.net/?post=82]
经测试,无问题。