Added font to live config

i8 changed/i8/lorax-templates-msvsphere-8.7-1.el8.2
Arkady L. Shane 11 months ago
parent 70feb167b0
commit 73975cca0d
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,15 +1,15 @@
From 67333eef8ab5dc1f1af01061fdc6a14d2413aa89 Mon Sep 17 00:00:00 2001
From 26d414cfa8ddcceb2e3390355f55b9366bf6d70d Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Fri, 22 Dec 2023 16:42:33 +0300
Subject: [PATCH 4/7] Translate live image bootloader to Russian
Subject: [PATCH] Translate live image bootloader to Russian
---
80-rhel/live/config_files/x86/grub2-efi.cfg | 13 ++++++---
80-rhel/live/config_files/x86/isolinux.cfg | 27 ++++++++++---------
80-rhel/live/config_files/x86/isolinux.cfg | 29 +++++++++++---------
80-rhel/live/efi.tmpl | 6 +++++
80-rhel/live/x86.tmpl | 30 ++++++++++++++++++++-
80-rhel/x86.tmpl | 2 +-
5 files changed, 59 insertions(+), 19 deletions(-)
5 files changed, 61 insertions(+), 19 deletions(-)
diff --git a/80-rhel/live/config_files/x86/grub2-efi.cfg b/80-rhel/live/config_files/x86/grub2-efi.cfg
index 2e24b15..4dc2fb2 100644
@ -50,10 +50,19 @@ index 2e24b15..4dc2fb2 100644
initrdefi @INITRDPATH@
}
diff --git a/80-rhel/live/config_files/x86/isolinux.cfg b/80-rhel/live/config_files/x86/isolinux.cfg
index bc36bb9..a2253ca 100644
index bc36bb9..8dc0640 100644
--- a/80-rhel/live/config_files/x86/isolinux.cfg
+++ b/80-rhel/live/config_files/x86/isolinux.cfg
@@ -8,7 +8,7 @@ display boot.msg
@@ -1,6 +1,8 @@
default vesamenu.c32
timeout 600
+font cp866-8x16.psf
+
display boot.msg
# Clear the screen when exiting the menu, instead of leaving the menu displayed.
@@ -8,7 +10,7 @@ display boot.msg
# the menu itself for as long as the screen remains in graphics mode.
menu clear
menu background splash.png
@ -62,7 +71,7 @@ index bc36bb9..a2253ca 100644
menu vshift 8
menu rows 18
menu margin 8
@@ -53,18 +53,18 @@ menu color cmdline 0 #ffffffff #00000000 none
@@ -53,18 +55,18 @@ menu color cmdline 0 #ffffffff #00000000 none
# Do not display the actual menu unless the user presses a key. All that is displayed is a timeout message.
@ -84,7 +93,7 @@ index bc36bb9..a2253ca 100644
menu default
kernel vmlinuz
append initrd=initrd.img @ROOT@ @EXTRA@ rd.live.image rd.live.check quiet
@@ -72,12 +72,13 @@ label check
@@ -72,12 +74,13 @@ label check
menu separator # insert an empty line
# utilities submenu
@ -101,7 +110,7 @@ index bc36bb9..a2253ca 100644
text help
Try this option out if you're having trouble starting
@PRODUCT@ @VERSION@.
@@ -86,25 +87,25 @@ label vesa
@@ -86,25 +89,25 @@ label vesa
append initrd=initrd.img @ROOT@ @EXTRA@ rd.live.image nomodeset quiet
label memtest

@ -1,6 +1,6 @@
Name: lorax-templates-msvsphere
Version: 8.7
Release: 1%{?dist}.1
Release: 1%{?dist}.2
Summary: MSVSphere build templates for lorax and livemedia-creator
License: GPLv2+
@ -44,6 +44,9 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{templatedir}/live/config_files/x86/
%{templatedir}/*
%changelog
* Mon Dec 25 2023 Arkady L. Shane <tigro@msvspere-os.ru> - 8.7-1.2
- Added font to live config
* Sun Dec 24 2023 Arkady L. Shane <tigro@msvspere-os.ru> - 8.7-1.1
- Added missing font

Loading…
Cancel
Save