From 09bbe8ce870671065555084a458a83e6067c0138 Mon Sep 17 00:00:00 2001 From: Tyler Baker Date: Tue, 29 Apr 2025 10:28:25 -0400 Subject: [PATCH] runtime: boot: fastboot: add modules to initramfs When reviewing the kernelci devices in the Qualcomm lab I noticed we are not adding modules from the KCI artifacts into the initramfs. This patch adds the modules into the initramfs using the lava deploy schema. Signed-off-by: Tyler Baker --- config/runtime/boot/fastboot.jinja2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/runtime/boot/fastboot.jinja2 b/config/runtime/boot/fastboot.jinja2 index 50816f41fa..729a1df930 100644 --- a/config/runtime/boot/fastboot.jinja2 +++ b/config/runtime/boot/fastboot.jinja2 @@ -10,6 +10,11 @@ format: cpio.newc overlays: lava: true + modules: + url: '{{ node.artifacts.modules }}' + compression: xz + format: tar + path: / {% set dtb = device_dtb.split('/')[-1] %} postprocess: docker: