#!/bin/sh set -e # Bootstrap a RAUC status file showing the newly created image # installed to both the primary and secondary slots. This then bundled # in the aux partition in mkdisk.sh, so that RAUC (on the target) can # always report the installed versions. rauc info --no-verify --output-format=shell $1 >/tmp/rauc-$$.info . /tmp/rauc-$$.info rm /tmp/rauc-$$.info tstamp=$(date -u +%FT%TZ) cat <