diff --git a/docs/reference.rst b/docs/reference.rst index fd78e15b7..7d36a1a6e 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -1227,6 +1227,11 @@ for the central status file, or ``[slot]`` in case of a per-slot file. installed.timestamp=2024-09-06T09:51:13Z installed.count=3 +The properties ``bundle.compatible``, ``bundle.version``, ``bundle.description`` +and ``bundle.build`` are copies of the respective manifest properties. +More information can be found in this :ref:`subsection ` of +section :ref:`Manifest `. + For a description of ``sha256`` and ``size`` keys see :ref:`this ` part of the section :ref:`Manifest `. @@ -1234,11 +1239,6 @@ Having the slot's content's size allows to re-calculate the hash via ``head -c | sha256sum`` or ``dd bs= count=1 if= | sha256sum``. -The properties ``bundle.compatible``, ``bundle.version``, ``bundle.description`` -and ``bundle.build`` are copies of the respective manifest properties. -More information can be found in this :ref:`subsection ` of -section :ref:`Manifest `. - RAUC also stores information about the installation run during which the slot was updated: In ``installed.transaction`` the installation transaction ID is noted,