]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
installer: Load our own custom font again
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Nov 2025 15:09:24 +0000 (15:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Nov 2025 15:09:24 +0000 (15:09 +0000)
This is required to show cyrillic and other non-latin character sets
correctly.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/installer/dracut-module/run-installer.sh

index c6af855f090ae8e2baf90283226bf84ffa2cc026..b23b3e71d58626b96a3f4586f870fc0fbf71ecf1 100644 (file)
@@ -19,6 +19,9 @@ if [ -d "/sys/firmware/efi" ]; then
        mount -t efivarfs efivarfs /sys/firmware/efi/efivars
 fi
 
+# Load default console font
+setfont latarcyrheb-sun16
+
 # Silence the kernel
 echo >/proc/sys/kernel/printk "1 4 1 7"
 echo -n -e "\033[9;0]"