summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-06 15:43:09 +0000
committerJeremy Katz <katzj@redhat.com>2003-05-06 15:43:09 +0000
commitae49c210ccfb4293fb1096f1cf3cebaa36a85665 (patch)
tree920138e9bf2c660b639abc20826c806b4871e28e
parent99137ad04a8dd13b15eddc218c1196952563603b (diff)
downloadanaconda-ae49c210ccfb4293fb1096f1cf3cebaa36a85665.tar.gz
anaconda-ae49c210ccfb4293fb1096f1cf3cebaa36a85665.tar.xz
anaconda-ae49c210ccfb4293fb1096f1cf3cebaa36a85665.zip
only start bterm if needed
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index fcdcaae48..ddf929084 100644
--- a/text.py
+++ b/text.py
@@ -367,7 +367,7 @@ class InstallInterface:
def run(self, id, dispatch, configFileData):
# set up for CJK text mode if needed
if (flags.setupFilesystems and
- id.instLanguage.getFontFile(id.instLanguage.getCurrent())
+ (id.instLanguage.getFontFile(id.instLanguage.getCurrent()) == "bterm")
and not isys.isPsudoTTY(0)
and not flags.serial):
log("starting bterm")