From dcf3b8e27156d9c6049ccdd69347291fb7fedfe5 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 24 Jul 2024 15:42:51 +0200 Subject: [PATCH] Add all crypto modules to the initramfs There's various crypto directories all across the kernel modules tree. Let's make sure we include all of them so that everything required to do crypto is always available from the initrd. --- mkosi/resources/mkosi-initrd/mkosi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf b/mkosi/resources/mkosi-initrd/mkosi.conf index f2d496383..15cdeec3a 100644 --- a/mkosi/resources/mkosi-initrd/mkosi.conf +++ b/mkosi/resources/mkosi-initrd/mkosi.conf @@ -73,4 +73,4 @@ KernelModulesInclude= /vsock.ko /x_tables.ko /xfs.ko - ^crypto/ + crypto/ -- 2.47.3