diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-05-15 20:05:57 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-08-26 14:01:38 -0400 |
commit | 31ec3508fdd78480b6ef655692d7256d9ad92906 (patch) | |
tree | b8b572ec48470a3793c70bd4abded8652e7b7f40 /scripts/upd-instroot | |
parent | d71990cd399124d77088c06c37d4ae4bc8abf5ec (diff) | |
download | anaconda-31ec3508fdd78480b6ef655692d7256d9ad92906.tar.gz anaconda-31ec3508fdd78480b6ef655692d7256d9ad92906.tar.xz anaconda-31ec3508fdd78480b6ef655692d7256d9ad92906.zip |
For /dev/hvc0 terminals, set TERM to vt320 (#219556).
Add vt320 terminfo files, remove bterm from the terminfo list (#219556).
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 08e07734e..2a6db28ca 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -639,6 +639,8 @@ usr/share/system-config-keyboard usr/share/terminfo/l/linux usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt100-nav +usr/share/terminfo/v/vt320 +usr/share/terminfo/v/vt320-w usr/share/terminfo/x/xterm usr/share/xorg/extramodes usr/share/xorg/vesamodes @@ -660,6 +662,8 @@ usr/share/terminfo/d/dumb usr/share/terminfo/k/kterm usr/share/terminfo/s/screen usr/share/terminfo/v/vt102 +usr/share/terminfo/v/vt320 +usr/share/terminfo/v/vt320-w usr/share/terminfo/x/xterm usr/share/terminfo/x/xterm-color usr/bin/strace |