From 3a579f687437f8abf576ca82f7c6209ff80153e9 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Wed, 27 Sep 2023 07:32:48 -0400 Subject: [PATCH] Add vmd module to initramfs This is needed to recognize disk on some systems --- meta-citadel/recipes-initrd/images/citadel-initramfs-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-citadel/recipes-initrd/images/citadel-initramfs-image.bb b/meta-citadel/recipes-initrd/images/citadel-initramfs-image.bb index fca50f8..93dbc39 100644 --- a/meta-citadel/recipes-initrd/images/citadel-initramfs-image.bb +++ b/meta-citadel/recipes-initrd/images/citadel-initramfs-image.bb @@ -89,8 +89,8 @@ PACKAGE_INSTALL = "\ kernel-module-serio-raw \ kernel-module-snd \ kernel-module-soundcore \ + kernel-module-vmd \ kernel-module-virtio-gpu \ - kernel-module-wmi \ kernel-module-xhci-plat-hcd \ liberation-fonts \ util-linux-fsck \