diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-05-06 15:43:27 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-05-06 15:43:27 +0000 |
commit | aa3f8f596b5b93b7f01a5f8a1e19b8e2eb9e4bfb (patch) | |
tree | e505359b4b0eb1524ac9336b7cac9cb8074a8444 /text.py | |
parent | aff8c36e13993000dcf217ce64fa126194da0ad1 (diff) | |
download | anaconda-aa3f8f596b5b93b7f01a5f8a1e19b8e2eb9e4bfb.tar.gz anaconda-aa3f8f596b5b93b7f01a5f8a1e19b8e2eb9e4bfb.tar.xz anaconda-aa3f8f596b5b93b7f01a5f8a1e19b8e2eb9e4bfb.zip |
only start bterm if needed
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |