diff options
| -rwxr-xr-x | config/data/grub/module/default | 5 | ||||
| -rwxr-xr-x | config/data/grub/module/nvme | 5 | ||||
| -rwxr-xr-x | config/data/grub/module/xhci_nvme | 5 | ||||
| -rw-r--r-- | include/init.sh | 5 |
4 files changed, 18 insertions, 2 deletions
diff --git a/config/data/grub/module/default b/config/data/grub/module/default index faa2473e..f17baae4 100755 --- a/config/data/grub/module/default +++ b/config/data/grub/module/default @@ -45,13 +45,17 @@ ext2 \ fat \ f2fs \ gcry_arcfour \ +gcry_blake2 \ gcry_blowfish \ gcry_camellia \ gcry_cast5 \ gcry_crc \ gcry_des \ gcry_dsa \ +gcry_hwfeatures \ gcry_idea \ +gcry_kdf \ +gcry_keccak \ gcry_md4 \ gcry_md5 \ gcry_rfc2268 \ @@ -118,6 +122,7 @@ pgp \ play \ png \ procfs \ +pubkey \ raid5rec \ raid6rec \ read \ diff --git a/config/data/grub/module/nvme b/config/data/grub/module/nvme index 5ff32329..fecc699b 100755 --- a/config/data/grub/module/nvme +++ b/config/data/grub/module/nvme @@ -45,13 +45,17 @@ ext2 \ fat \ f2fs \ gcry_arcfour \ +gcry_blake2 \ gcry_blowfish \ gcry_camellia \ gcry_cast5 \ gcry_crc \ gcry_des \ gcry_dsa \ +gcry_hwfeatures \ gcry_idea \ +gcry_kdf \ +gcry_keccak \ gcry_md4 \ gcry_md5 \ gcry_rfc2268 \ @@ -119,6 +123,7 @@ pgp \ play \ png \ procfs \ +pubkey \ raid5rec \ raid6rec \ read \ diff --git a/config/data/grub/module/xhci_nvme b/config/data/grub/module/xhci_nvme index 05bd82aa..9c84c61f 100755 --- a/config/data/grub/module/xhci_nvme +++ b/config/data/grub/module/xhci_nvme @@ -46,13 +46,17 @@ ext2 \ fat \ f2fs \ gcry_arcfour \ +gcry_blake2 \ gcry_blowfish \ gcry_camellia \ gcry_cast5 \ gcry_crc \ gcry_des \ gcry_dsa \ +gcry_hwfeatures \ gcry_idea \ +gcry_kdf \ +gcry_keccak \ gcry_md4 \ gcry_md5 \ gcry_rfc2268 \ @@ -119,6 +123,7 @@ pcidump \ pgp \ play \ png \ +pubkey \ procfs \ raid5rec \ raid6rec \ diff --git a/include/init.sh b/include/init.sh index abd06862..cde489dd 100644 --- a/include/init.sh +++ b/include/init.sh @@ -5,8 +5,9 @@ # Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org> # Copyright (c) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com> -export LC_COLLATE=C -export LC_ALL=C +export LANG=C.UTF-8 +export LC_COLLATE=C.UTF-8 +export LC_ALL=C.UTF-8 projectname="libreboot" projectsite="https://libreboot.org/" |
