From 39826dc46fd4b165a3a5caee0463742d6de10311 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 15 Jul 2024 17:26:19 +0300 Subject: [PATCH 16/16] Set cyrillic font by default in console --- pyanaconda/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py index b4622f9..143daf6 100644 --- a/pyanaconda/core/constants.py +++ b/pyanaconda/core/constants.py @@ -81,7 +81,7 @@ ANACONDA_CONFIG_TMP = "/run/anaconda/anaconda.conf" # NOTE: this should be LANG_TERRITORY.CODESET, e.g. en_US.UTF-8 DEFAULT_LANG = "ru_RU.UTF-8" -DEFAULT_VC_FONT = "eurlatgr" +DEFAULT_VC_FONT = "UniCyr_8x16" DEFAULT_KEYBOARD = "us" -- 2.45.2