diff --git a/apertis-ostree-image-uboot.yaml b/apertis-ostree-image-uboot.yaml index 1d6f72801ac2cd86e85bb6975a59e4aea593bde1..d59926f50a8cfef83f3db46b0368d443f7c58bd0 100644 --- a/apertis-ostree-image-uboot.yaml +++ b/apertis-ostree-image-uboot.yaml @@ -62,6 +62,9 @@ actions: branch: {{ $branch }} os: {{ $osname }} append-kernel-cmdline: {{ $cmdline }} + {{ if .collection_id }} + collection-id: {{ .collection_id }} + {{ end }} # Add multimedia demo pack # Provide URL via '-t demopack:"https://images.apertis.org/media/multimedia-demo.tar.gz"' diff --git a/apertis-ostree-image-uefi.yaml b/apertis-ostree-image-uefi.yaml index c1abb485f9847ee9a88fe367b9f1f53536048916..396058ca5beca37a03a0ac3f87975d86967862b1 100644 --- a/apertis-ostree-image-uefi.yaml +++ b/apertis-ostree-image-uefi.yaml @@ -62,6 +62,9 @@ actions: branch: {{ $branch }} os: {{ $osname }} append-kernel-cmdline: {{ $cmdline }} + {{ if .collection_id }} + collection-id: {{ .collection_id }} + {{ end }} # Add multimedia demo pack # Provide URL via '-t demopack:"https://images.apertis.org/media/multimedia-demo.tar.gz"' diff --git a/apertis-ostree-pack.yaml b/apertis-ostree-pack.yaml index 6f5c16a553f25d83c857e24a0f09560322d6e5d9..3e2c16b3a8fc0329be530e9da56c92531433b223 100644 --- a/apertis-ostree-pack.yaml +++ b/apertis-ostree-pack.yaml @@ -16,6 +16,9 @@ actions: remote_repository: {{ $repourl }} branch: {{ $branch }} os: {{ $osname }} + {{ if .collection_id }} + collection-id: {{ .collection_id }} + {{ end }} - action: pack compression: gz