Set LatGrkCyr-8x16 as default font instead of eurlatgr

i9 changed/i9/lorax-templates-msvsphere-9.0-37.el9.14
Arkady L. Shane 3 months ago
parent cc3b32f74d
commit 3022d10de8
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

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

@ -1,6 +1,6 @@
Name: lorax-templates-msvsphere
Version: 9.0
Release: 37%{?dist}.13
Release: 37%{?dist}.14
Summary: MSVSphere 9 build templates for lorax and livemedia-creator
License: GPLv2+
@ -18,6 +18,7 @@ Patch1005: 0005-Disable-geo-location.patch
Patch1006: 0006-Update-title-color.patch
Patch1007: 0007-Add-sphere-licenses-to-live-media.patch
Patch1008: 0008-Force-Russian-language-during-installation.patch
Patch1009: 0009-Set-LatGrkCyr-8x16-as-default-font-instead-of-eurlat.patch
# Required for the template branding support
# Required for Russian localization
@ -40,6 +41,7 @@ placed in %{templatedir}
%patch1006 -p1
%patch1007 -p1
%patch1008 -p1
%patch1009 -p1
%build
# nothing to build
@ -56,6 +58,9 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{templatedir}/live/config_files/x86/
%{templatedir}/*
%changelog
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.0-37.14
- INF-1392: Set LatGrkCyr-8x16 as default font instead of eurlatgr
* Mon Feb 05 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.0-37.13
- INF-1034: Drop Distribution name from Recovery menu

Loading…
Cancel
Save