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@xxxxxxxxxx> --- loader/lang.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/loader/lang.c b/loader/lang.c index 9aefedb..4b1103d 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); -- 1.6.2.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list