From 1de770add34f9a551d091b06849ddceb71451039 Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Wed, 14 Jun 2000 10:40:44 +0000 Subject: [PATCH] - removed unnecessary "dmesg | grep mono" : this should be now handled by adding --mono to mingetty cmd line Changed files: console.sh -> 1.4 --- console.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/console.sh b/console.sh index 99bd5a5..51e83aa 100644 --- a/console.sh +++ b/console.sh @@ -14,10 +14,5 @@ case $(tty) in fi fi - if dmesg|grep 'Console: mono' >/dev/null 2>&1 - then - TERM=linux-m - export TERM - fi ;; esac -- 2.43.0