95terminfo: install vt102

systemd uses vt102 as default term for tty:

commit acda6a0
Author: Lennart Poettering <lennart@poettering.net>
Date:   Sun Apr 22 02:45:39 2012 +0200

    default to v102 everywhere, instead of vt100, to synchronize with agetty

Signed-off-by: WANG Chao <chaowang@redhat.com>
master
WANG Chao 2013-08-01 18:54:55 +08:00 committed by Harald Hoyer
parent 64a7eace88
commit ff66b6dad3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ install() {
done

if [ -d ${_terminfodir} ]; then
for i in "l/linux" "v/vt100" "v/vt220"; do
for i in "l/linux" "v/vt100" "v/vt102" "v/vt220"; do
inst_dir "$_terminfodir/${i%/*}"
cp --reflink=auto --sparse=auto -prfL -t "${initdir}/${_terminfodir}/${i%/*}" "$_terminfodir/$i"
done