summaryrefslogtreecommitdiffstats
path: root/textw/language_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-02-12 00:59:17 +0000
committerJeremy Katz <katzj@redhat.com>2003-02-12 00:59:17 +0000
commit749c464222b7928af4694b6cd65490395d3b139d (patch)
treed5f6c177546237ca06e152d14817f3913c833927 /textw/language_text.py
parent8b530d15084badfab0e16ba30957f73b0d5be6db (diff)
downloadanaconda-749c464222b7928af4694b6cd65490395d3b139d.tar.gz
anaconda-749c464222b7928af4694b6cd65490395d3b139d.tar.xz
anaconda-749c464222b7928af4694b6cd65490395d3b139d.zip
and we need to not start bterm in the second stage either for serial
Diffstat (limited to 'textw/language_text.py')
-rw-r--r--textw/language_text.py3
1 files changed, 2 insertions, 1 deletions
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")