Skip to content
Snippets Groups Projects

Add example recipes to build a single image

Merged Frederic Danis requested to merge fdanis/apertis-image-recipes:T5675 into apertis/v2019dev0
1 unresolved thread
5 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -4,6 +4,7 @@
{{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s" $suite $architecture $type) -}}
{{- $pack := or .pack "true" -}}
architecture: {{ $architecture }}
@@ -557,6 +558,7 @@ actions:
description: "Drop resolv.conf so the appropriate one gets created at runtime"
command: rm "${ROOTDIR}/etc/resolv.conf"
{{- if eq $pack "true" }}
- action: run
description: "Save installed package status"
chroot: false
@@ -570,3 +572,4 @@ actions:
- action: pack
compression: gz
file: {{ $ospack }}.tar.gz
{{- end }}
Loading