diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-02-12 00:59:17 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-02-12 00:59:17 +0000 |
commit | 749c464222b7928af4694b6cd65490395d3b139d (patch) | |
tree | d5f6c177546237ca06e152d14817f3913c833927 /textw/language_text.py | |
parent | 8b530d15084badfab0e16ba30957f73b0d5be6db (diff) | |
download | anaconda-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.py | 3 |
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") |