summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-05-16 01:26:59 -0400
committerBill Nottingham <notting@redhat.com>2009-05-18 16:18:05 -0400
commit6d743a394ebecebfa90c47afa698117a611efcab (patch)
tree66d3d4ac6e869f8d4e324e988202450c9a29cddb /loader
parent6bcc6f43228ce9ca06dda18fcfd126b8bd706ba4 (diff)
downloadanaconda-6d743a394ebecebfa90c47afa698117a611efcab.tar.gz
anaconda-6d743a394ebecebfa90c47afa698117a611efcab.tar.xz
anaconda-6d743a394ebecebfa90c47afa698117a611efcab.zip
Reset font when changing language.
This works around a bad interaction with KMS/fbcon where any font set before KMS initializes isn't set correctly. Signed-off-by: Bill Nottingham <notting@redhat.com>
Diffstat (limited to 'loader')
-rw-r--r--loader/lang.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/lang.c b/loader/lang.c
index 9aefedbc5..4b1103d65 100644
--- a/loader/lang.c
+++ b/loader/lang.c
@@ -253,6 +253,7 @@ static int setupLanguage(int choice, int forced) {
}
setLangEnv (choice);
+ isysLoadFont();
/* clear out top line */
buf = alloca(80);