summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-06 15:43:27 +0000
committerJeremy Katz <katzj@redhat.com>2003-05-06 15:43:27 +0000
commitaa3f8f596b5b93b7f01a5f8a1e19b8e2eb9e4bfb (patch)
treee505359b4b0eb1524ac9336b7cac9cb8074a8444
parentaff8c36e13993000dcf217ce64fa126194da0ad1 (diff)
downloadanaconda-aa3f8f596b5b93b7f01a5f8a1e19b8e2eb9e4bfb.tar.gz
anaconda-aa3f8f596b5b93b7f01a5f8a1e19b8e2eb9e4bfb.tar.xz
anaconda-aa3f8f596b5b93b7f01a5f8a1e19b8e2eb9e4bfb.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 aae9b69e7..797a2fa77 100644
--- a/text.py
+++ b/text.py
@@ -369,7 +369,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")