In addition other information is stored on this partition, such as:
* upgrade progress status
* upgrade state
* current partition slot
* partition clone status
Change-Id: If5f749d72bd5d15fdfc7db137aa7947f88b6f618
%install
%make_install
+# Reboot register storage
+install -D -m 644 hw/reboot/register_storage %{buildroot}%{_hal_sysconfdir}/reboot/register_storage
+
# background_copy.list
mkdir -p %{buildroot}%{_hal_sysconfdir}/upgrade
install -m 644 hw/upgrade/* %{buildroot}%{_hal_sysconfdir}/upgrade
/sbin/ldconfig
%files
%{_hal_libdir}/libhal-backend-device-board.so
+%{_hal_sysconfdir}/reboot/register_storage
%manifest %{name}.manifest
%{_hal_licensedir}/%{name}/LICENSE.Apache-2.0
%{_hal_sysconfdir}/upgrade/*