diff options
| author | Simon Rettberg | 2013-04-29 20:38:56 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-04-29 20:38:56 +0200 |
| commit | 70cac96f1bc8e9d09ed37d2c33b44eaed87edcd7 (patch) | |
| tree | f7af8da670d68aceade2559707166a645514e47c /remote | |
| parent | Include tput in stage32 (diff) | |
| download | tm-scripts-70cac96f1bc8e9d09ed37d2c33b44eaed87edcd7.tar.gz tm-scripts-70cac96f1bc8e9d09ed37d2c33b44eaed87edcd7.tar.xz tm-scripts-70cac96f1bc8e9d09ed37d2c33b44eaed87edcd7.zip | |
Terminfo
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/rootfs/rootfs-stage32/data/etc/profile | 4 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/data/lib/terminfo/l/linux | bin | 0 -> 1790 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/profile b/remote/rootfs/rootfs-stage32/data/etc/profile index 3784e784..6e7bea1a 100644 --- a/remote/rootfs/rootfs-stage32/data/etc/profile +++ b/remote/rootfs/rootfs-stage32/data/etc/profile @@ -35,6 +35,7 @@ if [ "$PS1" ]; then export EDITOR='/bin/vi' export INPUTRC=/etc/inputrc export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile + export TERMINFO='/lib/terminfo' ### Some aliases alias ps2='ps facux ' @@ -55,3 +56,6 @@ for i in /etc/profile.d/*.sh ; do . $i fi done + +if [ -s "$HOME/.bashrc"] && . "$HOME/.bashrc" + diff --git a/remote/rootfs/rootfs-stage32/data/lib/terminfo/l/linux b/remote/rootfs/rootfs-stage32/data/lib/terminfo/l/linux Binary files differnew file mode 100644 index 00000000..48d722f8 --- /dev/null +++ b/remote/rootfs/rootfs-stage32/data/lib/terminfo/l/linux |
