]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
initrd: Install gzip in all initrds, not just the Arch one
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Mar 2025 09:17:32 +0000 (10:17 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Mar 2025 09:52:38 +0000 (10:52 +0100)
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.

mkosi/resources/mkosi-initrd/mkosi.conf
mkosi/resources/mkosi-initrd/mkosi.conf.d/10-arch.conf

index 8098e70e88950993a47ab69866a7114aee78c963..1b1f0ee864991ecd8c2350fb99292c458af4150e 100644 (file)
@@ -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
index e26b20b850bf22484816598ab81240f4c28cdb39..ee478c9d788d06acdc73a6b79abfa2a4926b761c 100644 (file)
@@ -5,8 +5,6 @@ Distribution=arch
 
 [Content]
 Packages=
-        gzip # For compressed keymap unpacking by loadkeys
-
         btrfs-progs
         e2fsprogs
         xfsprogs