From 9cbdb93aabf97dafe16269f446905ebf5937b46c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 17 Mar 2025 20:57:22 -0400 Subject: [PATCH] more System Updater improvements --- static/releases.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/releases.html b/static/releases.html index bd5f8f9a..e5295ff0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -576,6 +576,9 @@
  • System Updater: raise download buffer size to 16384 from 8192
  • System Updater: delete update package immediately after completion
  • System Updater: fall back to downloading and installing a full update if an incremental (delta) update fails initialization which occurs when a firmware or OS image has been corrupted (extremely rare edge case due to verified boot)
  • +
  • System Updater: retry faster if installation fails
  • +
  • System Updater: improve error checking to provide better error messages
  • +
  • System Updater: close update package zip file earlier
  • kernel (6.6): update to latest GKI LTS branch revision