From 6d896bbe4488f0958b5139a67d0587ea817c1e89 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 14 Apr 2024 08:54:22 +0200 Subject: [PATCH] mkosi-initrd: Remove all vmlinux images as well --- mkosi/resources/mkosi-initrd/mkosi.conf | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.2