Skip to content

Commit 9af9070

Browse files
committed
debos: rootfs: Add overlays option
This is a comma separated list of overlays to apply. Signed-off-by: Loïc Minier <[email protected]>
1 parent a7c602c commit 9af9070

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ actions:
2424
apt -y modernize-sources
2525
rm -v /etc/apt/sources.list.bak
2626
27+
{{- if .overlays }}
28+
{{- range $overlay := split "," .overlays }}
29+
- action: overlay
30+
description: Apply overlay {{$overlay}}
31+
source: overlays/{{$overlay}}
32+
{{- end }}
33+
{{- end }}
34+
2735
- action: apt
2836
description: Install foundational packages
2937
recommends: true

0 commit comments

Comments
 (0)