From 73581f0c87054ab682cdd305d93a1771e756aeba Mon Sep 17 00:00:00 2001 From: Vitalii Yevtushenko Date: Wed, 18 Oct 2023 12:57:43 +0300 Subject: [PATCH] Fixed libOstree links (#1833) Signed-off-by: Yevtushenko, Vitalii --- .../ota-client-guide/modules/ROOT/pages/ostree-and-treehub.adoc | 2 +- docs/ota-client-guide/modules/ROOT/pages/workflow-overview.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ota-client-guide/modules/ROOT/pages/ostree-and-treehub.adoc b/docs/ota-client-guide/modules/ROOT/pages/ostree-and-treehub.adoc index dc3f2e9abb..affbc9e600 100644 --- a/docs/ota-client-guide/modules/ROOT/pages/ostree-and-treehub.adoc +++ b/docs/ota-client-guide/modules/ROOT/pages/ostree-and-treehub.adoc @@ -10,7 +10,7 @@ endif::[] == OSTree -link:http://ostree.readthedocs.io/en/latest/[OSTree] is an open-source tool that combines a "git-like" model for committing and downloading bootable filesystem trees, along with a layer for deploying them and managing the bootloader configuration. It is actively developed and support by Red Hat, and used in link:http://flatpak.org/[flatpak] and link:https://github.com/projectatomic/[Project Atomic]. +link:https://ostreedev.github.io/ostree/[OSTree] is an open-source tool that combines a "git-like" model for committing and downloading bootable filesystem trees, along with a layer for deploying them and managing the bootloader configuration. It is actively developed and support by Red Hat, and used in link:http://flatpak.org/[flatpak] and link:https://github.com/projectatomic/[Project Atomic]. For more on why OSTree is the best tool for the job of doing embedded device updates, you can also jump straight to xref:comparing-full-filesystem-update-strategies.adoc[Comparing full-filesystem update strategies]. diff --git a/docs/ota-client-guide/modules/ROOT/pages/workflow-overview.adoc b/docs/ota-client-guide/modules/ROOT/pages/workflow-overview.adoc index d7798ccb45..84774dce79 100644 --- a/docs/ota-client-guide/modules/ROOT/pages/workflow-overview.adoc +++ b/docs/ota-client-guide/modules/ROOT/pages/workflow-overview.adoc @@ -30,7 +30,7 @@ NOTE: If you don't want OTA Connect to issue your device certificates, you can a == Building the image -The way OTA Connect does full-filesystem updates is unique, and offers xref:ostree-and-treehub.adoc#_comparing_full_filesystem_update_strategies[significant benefits over other systems]. OTA Connect makes use of link:http://ostree.readthedocs.io/en/latest/[libOSTree] to store the whole filesystem in a git-like repository (content-addressed object store). File objects in the repository are then hardlinked into their place in the filesystem at boot time by a specially configured boot loader. +The way OTA Connect does full-filesystem updates is unique, and offers xref:ostree-and-treehub.adoc#_comparing_full_filesystem_update_strategies[significant benefits over other systems]. OTA Connect makes use of link:https://ostreedev.github.io/ostree/[libOSTree] to store the whole filesystem in a git-like repository (content-addressed object store). File objects in the repository are then hardlinked into their place in the filesystem at boot time by a specially configured boot loader. When you do a Yocto build integrating our open-source link:https://github.com/advancedtelematic/meta-updater[meta-updater] layer, you get two different artifacts: