From a45a2890d726e41f2623f8048921b0d0b0cb88a4 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Sun, 8 Mar 2026 20:07:36 +0200 Subject: [PATCH] Change: 'General Optimizations': If 'General Optimizations' have been selected: 'Mkinitcpio.conf' drop-in file > 'MODULES_DECOMPRESS' value reverted to 'no' --- Amelia.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 2727cf8..0f128be 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -1,7 +1,7 @@ #!/bin/bash # Amelia installer for Archlinux - # Version: 1.2.5 + # Version: 1.2.6 # Source: https://gitlab.com/prism7/archery # Contact: leenooks7@gmail.com @@ -6953,7 +6953,6 @@ optimizations() { cat <<-MKINITCPIO >> /etc/mkinitcpio.conf.d/mkinitcpiod.conf || exit COMPRESSION="zstd" COMPRESSION_OPTIONS=(-c -T$(nproc) --auto-threads=logical -) - MODULES_DECOMPRESS="yes" MKINITCPIO mkinitcpio -P || exit cat <<-MAKEPKG > /etc/makepkg.conf.d/makepkgd.conf || exit