You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
3.3 KiB
74 lines
3.3 KiB
From a3bcb378f63d4347e2bb0604579342dbdca944b4 Mon Sep 17 00:00:00 2001
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
Date: Fri, 19 Jan 2024 16:42:18 +0300
|
|
Subject: [PATCH 7/8] Force Russian language during installation
|
|
|
|
---
|
|
80-rhel/efi.tmpl | 4 ++--
|
|
80-rhel/live/efi.tmpl | 4 ++--
|
|
80-rhel/live/x86.tmpl | 2 +-
|
|
80-rhel/x86.tmpl | 2 +-
|
|
4 files changed, 6 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/80-rhel/efi.tmpl b/80-rhel/efi.tmpl
|
|
index 43d2f11..f7ba0b1 100644
|
|
--- a/80-rhel/efi.tmpl
|
|
+++ b/80-rhel/efi.tmpl
|
|
@@ -49,9 +49,9 @@ ${make_efiboot("images/efiboot.img")}
|
|
replace @INITRDPATH@ /${kdir}/initrd.img ${eficonf}
|
|
replace @ISOLABEL@ '${isolabel}' ${eficonf}
|
|
%if disk:
|
|
- replace @ROOT@ 'inst.stage2=hd:LABEL=ANACONDA inst.geoloc=0' ${eficonf}
|
|
+ replace @ROOT@ 'inst.stage2=hd:LABEL=ANACONDA inst.geoloc=0 inst.lang=ru_RU.UTF-8' ${eficonf}
|
|
%else:
|
|
- replace @ROOT@ 'inst.stage2=hd:LABEL=${isolabel|udev} inst.geoloc=0' ${eficonf}
|
|
+ replace @ROOT@ 'inst.stage2=hd:LABEL=${isolabel|udev} inst.geoloc=0 inst.lang=ru_RU.UTF-8' ${eficonf}
|
|
%endif
|
|
%if efiarch32 == 'IA32':
|
|
copy ${eficonf} ${EFIBOOTDIR}/BOOT.conf
|
|
diff --git a/80-rhel/live/efi.tmpl b/80-rhel/live/efi.tmpl
|
|
index 08ba750..30d5bc9 100644
|
|
--- a/80-rhel/live/efi.tmpl
|
|
+++ b/80-rhel/live/efi.tmpl
|
|
@@ -49,9 +49,9 @@ ${make_efiboot("images/efiboot.img")}
|
|
replace @ISOLABEL@ '${isolabel}' ${eficonf}
|
|
replace @EXTRA@ '${extra_boot_args}' ${eficonf}
|
|
%if disk:
|
|
- replace @ROOT@ 'root=live:LABEL=ANACONDA inst.geoloc=0' ${eficonf}
|
|
+ replace @ROOT@ 'root=live:LABEL=ANACONDA inst.geoloc=0 inst.lang=ru_RU.UTF-8' ${eficonf}
|
|
%else:
|
|
- replace @ROOT@ 'root=live:CDLABEL=${isolabel|udev} inst.geoloc=0' ${eficonf}
|
|
+ replace @ROOT@ 'root=live:CDLABEL=${isolabel|udev} inst.geoloc=0 inst.lang=ru_RU.UTF-8' ${eficonf}
|
|
%endif
|
|
%if efiarch32 == 'IA32':
|
|
copy ${eficonf} ${EFIBOOTDIR}/BOOT.conf
|
|
diff --git a/80-rhel/live/x86.tmpl b/80-rhel/live/x86.tmpl
|
|
index 6c55318..51c51ee 100644
|
|
--- a/80-rhel/live/x86.tmpl
|
|
+++ b/80-rhel/live/x86.tmpl
|
|
@@ -79,7 +79,7 @@ replace @PRODUCT@ '${product.name}' ${GRUB2DIR}/grub.conf
|
|
replace @KERNELPATH@ /${KERNELDIR}/vmlinuz ${GRUB2DIR}/grub.cfg
|
|
replace @INITRDPATH@ /${KERNELDIR}/initrd.img ${GRUB2DIR}/grub.cfg
|
|
replace @ISOLABEL@ '${isolabel}' ${GRUB2DIR}/grub.cfg
|
|
-replace @ROOT@ 'root=live:CDLABEL=${isolabel|udev} inst.geoloc=0' ${GRUB2DIR}/grub.cfg
|
|
+replace @ROOT@ 'root=live:CDLABEL=${isolabel|udev} inst.geoloc=0 inst.lang=ru_RU.UTF-8' ${GRUB2DIR}/grub.cfg
|
|
replace @EXTRA@ '${extra_boot_args}' ${GRUB2DIR}/grub.cfg
|
|
|
|
## convert BIOS bootloader configs to cp866 encoding
|
|
diff --git a/80-rhel/x86.tmpl b/80-rhel/x86.tmpl
|
|
index e5d9027..a57df5e 100644
|
|
--- a/80-rhel/x86.tmpl
|
|
+++ b/80-rhel/x86.tmpl
|
|
@@ -67,7 +67,7 @@ replace @FLAVOR@ '${FLAVOR}' ${GRUB2DIR}/isolinux.cfg ${GRUB2DIR}/*.msg
|
|
replace @KERNELPATH@ /${KERNELDIR}/vmlinuz ${GRUB2DIR}/grub.cfg
|
|
replace @INITRDPATH@ /${KERNELDIR}/initrd.img ${GRUB2DIR}/grub.cfg
|
|
replace @ISOLABEL@ '${isolabel}' ${GRUB2DIR}/grub.cfg
|
|
-replace @ROOT@ 'inst.stage2=hd:LABEL=${isolabel|udev} inst.geoloc=0' ${GRUB2DIR}/grub.cfg
|
|
+replace @ROOT@ 'inst.stage2=hd:LABEL=${isolabel|udev} inst.geoloc=0 inst.lang=ru_RU.UTF-8' ${GRUB2DIR}/grub.cfg
|
|
|
|
## convert BIOS bootloader configs to cp866 encoding
|
|
iconv 'cp866' ${GRUB2DIR}/isolinux.cfg ${GRUB2DIR}/*.msg
|
|
--
|
|
2.43.5
|
|
|