summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-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")