Skip to content

Commit c2c3141

Browse files
runtime: boot: fastboot: add modules to initramfs
When reviewing the kerenlci 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 <[email protected]>
1 parent f260a09 commit c2c3141

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/runtime/boot/fastboot.jinja2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
format: cpio.newc
1111
overlays:
1212
lava: true
13+
modules:
14+
url: '{{ node.artifacts.modules }}'
15+
compression: xz
16+
format: tar
17+
path: /
1318
{% set dtb = device_dtb.split('/')[-1] %}
1419
postprocess:
1520
docker:

0 commit comments

Comments
 (0)