summaryrefslogtreecommitdiffstats
path: root/loader2/lang.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-09-13 15:12:37 +0000
committerJeremy Katz <katzj@redhat.com>2004-09-13 15:12:37 +0000
commit010819b761d5ff458ec0b075bff3ea80e20d21c9 (patch)
tree09a66aaafb18581d342d19ed804fbf8febc70de7 /loader2/lang.c
parent01308c1183ca820a00dab84b0c11e3b29f97bf4b (diff)
downloadanaconda-010819b761d5ff458ec0b075bff3ea80e20d21c9.tar.gz
anaconda-010819b761d5ff458ec0b075bff3ea80e20d21c9.tar.xz
anaconda-010819b761d5ff458ec0b075bff3ea80e20d21c9.zip
add flags.virtpconsole to be used with virtual physical consoles like
hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301)
Diffstat (limited to 'loader2/lang.c')
-rw-r--r--loader2/lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/lang.c b/loader2/lang.c
index ce4fcaaf9..d1efb1215 100644
--- a/loader2/lang.c
+++ b/loader2/lang.c
@@ -229,7 +229,7 @@ static int setupLanguage(int choice, int flags) {
/* load the language only if it is displayable. if they're using
* a serial console or iSeries vioconsole, we hope it's smart enough */
if ((!strcmp(languages[choice].font, "bterm") && !FL_SERIAL(flags) &&
- !isVioConsole() && startBterm(flags)) ||
+ !FL_VIRTPCONSOLE(flags) && !isVioConsole() && startBterm(flags)) ||
!strcmp(languages[choice].font, "none")) {
if (FL_KICKSTART(flags)) return 0;