summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/images/core-image-initramfs-boot.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/core-image-initramfs-boot.bb b/meta/recipes-core/images/core-image-initramfs-boot.bb
index 7258944751..cb6837a43d 100644
--- a/meta/recipes-core/images/core-image-initramfs-boot.bb
+++ b/meta/recipes-core/images/core-image-initramfs-boot.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4 4
5INITRAMFS_SCRIPTS ?= "initramfs-framework-base initramfs-module-udev" 5INITRAMFS_SCRIPTS ?= "initramfs-framework-base initramfs-module-udev"
6 6
7PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} base-passwd" 7PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} base-passwd kernel-modules"
8 8
9# Ensure the initramfs only contains the bare minimum 9# Ensure the initramfs only contains the bare minimum
10IMAGE_FEATURES = "" 10IMAGE_FEATURES = ""