Make installer usable on serial console. Domen --- etc/profile | 2 +- usr/share/terminfo/v/vt100 |binary etc/profile | 4 +++- usr/share/terminfo/v/vt100 |binary etc/profile | 9 +++++++-- usr/share/terminfo/v/vt100 |binary 2 files changed, 7 insertions(+), 2 deletions(-) Index: rootfs-slefika/etc/profile =================================================================== --- rootfs-slefika.orig/etc/profile +++ rootfs-slefika/etc/profile @@ -8,8 +8,13 @@ PATH="$PATH:/cdrom/live/usr/local/bin:/c PATH="$PATH:/cdrom/live/bin:/cdrom/live/usr/local/sbin" PATH="$PATH:/cdrom/live/usr/sbin:/cdrom/live/sbin" PATH="$PATH:/cdrom/live/usr/X11R6/bin:." -if grep -qs console=ttyS /proc/cmdline ; then - TERM=vt100 + +# first serial on powerpc is /dev/ttyPSC0 +if grep -Eqs 'console=(ttyS|ttyPSC)' /proc/cmdline ; then +# TERM=vt100 +# vt100 doesn't really work for me, even with LC_ALL=C it looks weird +# in xterm, linux-lat OTOH looks quite nice + TERM=linux-lat else TERM=linux fi Index: rootfs-slefika/usr/share/terminfo/v/vt100 =================================================================== Binary files /dev/null and rootfs-slefika/usr/share/terminfo/v/vt100 differ