From 60b4f27794f3f3b5bd1c67b42d09eb4c21838aed Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 4 Jan 2011 21:45:52 +0100 Subject: serial: use TERM=vt100 instead of TERM=vt100-nav TERM=vt100-nav was necessary for compat with some ppc hvc devices, a long time ago. Unfortunately vt100-nav terminfo is not installed by default on most distros, hence change the default to v100 which is available universally and still should be a relatively safe and conservative default. Should it turn out that vt100 is not really the best choice we can revert this change again and then ask distros to move vt100-nav into their default install. --- units/serial-getty@.service.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/serial-getty@.service.m4') diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4 index b6ca80bc97..b3bc37ed2a 100644 --- a/units/serial-getty@.service.m4 +++ b/units/serial-getty@.service.m4 @@ -22,7 +22,7 @@ After=rc-local.service Before=getty.target [Service] -Environment=TERM=vt100-nav +Environment=TERM=vt100 m4_ifdef(`TARGET_FEDORA', ExecStartPre=-/sbin/securetty %I )m4_dnl -- cgit v1.2.1