From: Daan De Meyer Date: Sun, 14 Apr 2024 06:54:22 +0000 (+0200) Subject: mkosi-initrd: Remove all vmlinux images as well X-Git-Tag: v23~4^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2625%2Fhead;p=thirdparty%2Fmkosi.git mkosi-initrd: Remove all vmlinux images as well --- diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf b/mkosi/resources/mkosi-initrd/mkosi.conf index aa4071b7c..bacb57b35 100644 --- a/mkosi/resources/mkosi-initrd/mkosi.conf +++ b/mkosi/resources/mkosi-initrd/mkosi.conf @@ -29,6 +29,7 @@ RemoveFiles= # Including kernel images in the initrd is generally not useful. # This also stops mkosi from extracting the kernel image out of the image as a separate output. /usr/lib/modules/*/vmlinuz* + /usr/lib/modules/*/vmlinux* /usr/lib/modules/*/System.map # Configure locale explicitly so that all other locale data is stripped on distros whose package manager supports it.