From 749c464222b7928af4694b6cd65490395d3b139d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 12 Feb 2003 00:59:17 +0000 Subject: and we need to not start bterm in the second stage either for serial --- textw/language_text.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textw') diff --git a/textw/language_text.py b/textw/language_text.py index 9998a6137..44615fa97 100644 --- a/textw/language_text.py +++ b/textw/language_text.py @@ -56,7 +56,8 @@ class LanguageWindow: if (flags.setupFilesystems and instLanguage.getFontFile(choice) == "bterm" - and not isys.isPsudoTTY(0)): + and not isys.isPsudoTTY(0) + and not flags.serial): # bterm to the rescue... have to shut down the screen and # create a new one, though (and do a sleep) log("starting bterm") -- cgit