From c6015767e338ba694c51174cf01b6f19434e8a74 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:39:45 +0100 Subject: [PATCH] Apply fix for LUKS unlock screen keyboard language Original issue: https://github.com/fedora-silverblue/issue-tracker/issues/3 --- README.md | 1 + config/files/usr/bin/hardware-setup | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 92e327db..3957f9e3 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Settings applied by default: - Increased vm.max_map_count value to match SteamOS (to allow some memory-hungry applications such as games to use more memory maps, which allows them to run & not crash) - Disabled kernel split-lock mitigate (for restoring performance of affected games) - Applied fix for non-working trim for LUKS partitions +- Applied fix for keyboard language on LUKS unlock screen - Disabled kernel watchdog (for improved performance & battery life) - Increased inotify limits (for preventing errors like "too many open files" when installing/using some huge applications & games) - Increased file nolimits to prevent non-working Esync diff --git a/config/files/usr/bin/hardware-setup b/config/files/usr/bin/hardware-setup index 5ec573db..acb2035a 100755 --- a/config/files/usr/bin/hardware-setup +++ b/config/files/usr/bin/hardware-setup @@ -11,6 +11,7 @@ CURRENT_FREE_ZRAM=$(sysctl vm.min_free_kbytes | awk '{print $3}') echo "Current initramfs: $INITRAMFS" NEEDED_INITRAMFS+=("/etc/modprobe.d/modprobe-gidro.conf") +NEEDED_INITRAMFS+=("/etc/vconsole.conf") for INITRAMFS_ARG in ${NEEDED_INITRAMFS[@]}; do if [[ ! $INITRAMFS =~ "$INITRAMFS_ARG" ]]; then