From: Daan De Meyer Date: Mon, 18 Mar 2024 09:02:49 +0000 (+0100) Subject: mkosi-initrd: Tighten up kernel module regexes X-Git-Tag: v23~82^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2523%2Fhead;p=thirdparty%2Fmkosi.git mkosi-initrd: Tighten up kernel module regexes The previous ones matched more than than the modules we wanted, so let's make sure we only match the ones we want. --- diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf b/mkosi/resources/mkosi-initrd/mkosi.conf index 7a0d7b0e7..aa4071b7c 100644 --- a/mkosi/resources/mkosi-initrd/mkosi.conf +++ b/mkosi/resources/mkosi-initrd/mkosi.conf @@ -37,14 +37,14 @@ WithDocs=no # Make sure various core modules are always included in the initrd. KernelModulesInclude= - btrfs - dm-crypt - dm-integrity - dm-verity - erofs - ext4 - loop - overlay - squashfs - vfat - xfs + /btrfs.ko + /dm-crypt.ko + /dm-integrity.ko + /dm-verity.ko + /erofs.ko + /ext4.ko + /loop.ko + /overlay.ko + /squashfs.ko + /vfat.ko + /xfs.ko