We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c602c commit 9af9070Copy full SHA for 9af9070
debos-recipes/qualcomm-linux-debian-rootfs.yaml
@@ -24,6 +24,14 @@ actions:
24
apt -y modernize-sources
25
rm -v /etc/apt/sources.list.bak
26
27
+{{- if .overlays }}
28
+{{- range $overlay := split "," .overlays }}
29
+ - action: overlay
30
+ description: Apply overlay {{$overlay}}
31
+ source: overlays/{{$overlay}}
32
+{{- end }}
33
34
+
35
- action: apt
36
description: Install foundational packages
37
recommends: true
0 commit comments