Set LatGrkCyr-8x16 as default font instead of eurlatg

i8 changed/i8/lorax-28.14.70-1.el8.inferit.3
Arkady L. Shane 5 months ago
parent 383bfa04f4
commit ab488a94e0
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -0,0 +1,28 @@
From 20463718038ced0528d250aed43bb5ab0885cc87 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Mon, 12 Aug 2024 12:10:31 +0300
Subject: [PATCH] Set LatGrkCyr-8x16 as default font instead of eurlatgr
---
share/templates.d/99-generic/config_files/common/i18n | 2 +-
share/templates.d/99-generic/config_files/common/vconsole.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/templates.d/99-generic/config_files/common/i18n b/share/templates.d/99-generic/config_files/common/i18n
index b254232..7b4682c 100644
--- a/share/templates.d/99-generic/config_files/common/i18n
+++ b/share/templates.d/99-generic/config_files/common/i18n
@@ -1 +1 @@
-SYSFONT="eurlatgr"
+SYSFONT="LatGrkCyr-8x16"
diff --git a/share/templates.d/99-generic/config_files/common/vconsole.conf b/share/templates.d/99-generic/config_files/common/vconsole.conf
index 2bd7892..1456d03 100644
--- a/share/templates.d/99-generic/config_files/common/vconsole.conf
+++ b/share/templates.d/99-generic/config_files/common/vconsole.conf
@@ -1,2 +1,2 @@
KEYMAP=us
-FONT=eurlatgr
+FONT=LatGrkCyr-8x16
--
2.46.0

@ -4,7 +4,7 @@
Name: lorax
Version: 28.14.70
Release: 1%{?dist}.inferit.2
Release: 1%{?dist}.inferit.3
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -17,6 +17,7 @@ URL: https://github.com/weldr/lorax
Source0: %{name}-%{version}.tar.gz
Patch1: 0001-Fix-replace-command-utf8-handling.patch
Patch2: 0002-Add-iconv-template-command.patch
Patch3: 0003-Set-LatGrkCyr-8x16-as-default-font-instead-of-eurlat.patch
BuildRequires: python3-devel
@ -268,6 +269,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_mandir}/man1/composer-cli.1*
%changelog
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 28.14.70-1.inferit.3
- Set LatGrkCyr-8x16 as default font instead of eurlatgr
* Thu Jul 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 28.14.70-1.inferit.2
- Fix template require

Loading…
Cancel
Save