diff options
| author | Christian Rößler | 2013-07-03 17:54:40 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-07-03 17:54:40 +0200 |
| commit | 2bde9229561dcbaa9bb4ea3e169eeef386114db6 (patch) | |
| tree | 170d0714af8d653e5e05ec214779c60c362104a1 | |
| parent | Corrected libpath for openSuse 64bit (pango) (diff) | |
| download | tm-scripts-2bde9229561dcbaa9bb4ea3e169eeef386114db6.tar.gz tm-scripts-2bde9229561dcbaa9bb4ea3e169eeef386114db6.tar.xz tm-scripts-2bde9229561dcbaa9bb4ea3e169eeef386114db6.zip | |
+LANG: de_DE.utf8 in /etc/profile
| -rw-r--r-- | remote/rootfs/rootfs-stage32/data/etc/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/profile b/remote/rootfs/rootfs-stage32/data/etc/profile index a9b85a9c..cdfa0142 100644 --- a/remote/rootfs/rootfs-stage32/data/etc/profile +++ b/remote/rootfs/rootfs-stage32/data/etc/profile @@ -36,6 +36,7 @@ if [ "$PS1" ]; then export INPUTRC=/etc/inputrc export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile export TERMINFO='/lib/terminfo' + export LANG=de_DE.UTF-8 ### Some aliases alias ps2='ps facux ' |
