From 843911303275bf21abd95b0644e938728c29b79d Mon Sep 17 00:00:00 2001 From: Andre Detsch Date: Tue, 4 Jun 2024 09:49:32 -0300 Subject: [PATCH] ug: offline-update: Update `aklite-offline run` code 100 instructions Mention that a new `aklite-offline run` call is required after reboot. Signed-off-by: Andre Detsch --- source/user-guide/offline-update/offline-update.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/user-guide/offline-update/offline-update.rst b/source/user-guide/offline-update/offline-update.rst index 5b3176ca..9e8a157d 100644 --- a/source/user-guide/offline-update/offline-update.rst +++ b/source/user-guide/offline-update/offline-update.rst @@ -105,7 +105,7 @@ Use the ``aklite-offline`` CLI utility to perform an offline update. 3. Reboot a device after running ``aklite-offline run [--config ]`` command if: - a. code 100: Apps failed to start after update, you must reboot a device to complete the rollback; + a. code 100: Apps failed to start after update, you must reboot the device and re-execute ``aklite-offline run`` to complete the rollback; b. code 5: the update includes a boot firmware, you can optionally reboot a device to finalize the boot firmware upgrade. Usage Details