parent
d1ce0cc077
commit
6cff5478e3
@ -0,0 +1,25 @@
|
||||
From 4b30ee3a113936f74f6c0b35ba7c1b08bd7ced77 Mon Sep 17 00:00:00 2001
|
||||
From: tigro <tigro@msvsphere-os.ru>
|
||||
Date: Mon, 15 Jul 2024 17:10:12 +0300
|
||||
Subject: [PATCH] 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 0ab2627..e94b3bd 100644
|
||||
--- a/pyanaconda/core/constants.py
|
||||
+++ b/pyanaconda/core/constants.py
|
||||
@@ -79,7 +79,7 @@ ANACONDA_CONFIG_TMP = "/run/anaconda/anaconda.conf"
|
||||
# NOTE: this should be LANG_TERRITORY.CODESET, e.g. en_US.UTF-8
|
||||
DEFAULT_LANG = "en_US.UTF-8"
|
||||
|
||||
-DEFAULT_VC_FONT = "eurlatgr"
|
||||
+DEFAULT_VC_FONT = "UniCyr_8x16"
|
||||
|
||||
DEFAULT_KEYBOARD = "us"
|
||||
|
||||
--
|
||||
2.45.2
|
||||
|
Loading…
Reference in new issue