From d4b1e549c259c4a2be50d92fe8de65b72b7263bb Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 2 Jul 2014 17:18:47 -0300 Subject: Back to cons25 for now since we found some issues with xterm on serial console --- root/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root/.profile') diff --git a/root/.profile b/root/.profile index cf2ea6a..700597a 100644 --- a/root/.profile +++ b/root/.profile @@ -1,5 +1,5 @@ # Detect interactive logins and display the shell -if [ -n "${SSH_TTY}" -o "${TERM}" = "xterm" ]; then +if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then /etc/rc.initial exit fi -- cgit v1.1