From: Daan De Meyer Date: Wed, 19 Mar 2025 09:17:32 +0000 (+0100) Subject: initrd: Install gzip in all initrds, not just the Arch one X-Git-Tag: v26~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c65f62d06749e1e2f7f8a9643693e13474a6bd;p=thirdparty%2Fmkosi.git initrd: Install gzip in all initrds, not just the Arch one Fedora also has keymaps compressed with gzip and doesn't pull in gzip by default so let's just install gzip everywhere to make the problem go away. --- diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf b/mkosi/resources/mkosi-initrd/mkosi.conf index 8098e70e8..1b1f0ee86 100644 --- a/mkosi/resources/mkosi-initrd/mkosi.conf +++ b/mkosi/resources/mkosi-initrd/mkosi.conf @@ -16,6 +16,7 @@ Packages= bash # for emergency logins less # this makes 'systemctl' much nicer to use ;) p11-kit # dl-opened by systemd + gzip # For compressed keymap unpacking by loadkeys RemoveFiles= # we don't need this after the binary catalogs have been built diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf.d/10-arch.conf b/mkosi/resources/mkosi-initrd/mkosi.conf.d/10-arch.conf index e26b20b85..ee478c9d7 100644 --- a/mkosi/resources/mkosi-initrd/mkosi.conf.d/10-arch.conf +++ b/mkosi/resources/mkosi-initrd/mkosi.conf.d/10-arch.conf @@ -5,8 +5,6 @@ Distribution=arch [Content] Packages= - gzip # For compressed keymap unpacking by loadkeys - btrfs-progs e2fsprogs xfsprogs