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 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -87,10 +87,12 @@ actions:
command: rm "${ROOTDIR}/etc/resolv.conf"
- action: run
description: Make the Debian rootfs suitable for OSTree
chroot: false
script: scripts/ostree-convert-from-debian
- action: ostree-commit
description: Commit to OSTree branch "{{ $branch }}" in repository "{{ $ostree }}"
repository: {{ $ostree }}
branch: {{ $branch }}
subject: {{ $message }}
Loading