diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-05 12:42:30 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-05 12:42:30 -0400 |
| commit | 5f6a20528cac3c5ac85649ac83e8649509deb759 (patch) | |
| tree | 5b7659d55b8479c7b1d429a560ffacc997b968ef | |
| parent | 9d3552c88d1141d039b6ed8fe55f00c62b165a95 (diff) | |
CLI flashing improvements
| -rw-r--r-- | static/releases.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 1e612168..6c850076 100644 --- a/static/releases.html +++ b/static/releases.html @@ -791,6 +791,11 @@ <p>Changes since the 2024080200 release:</p> <ul> + <li>flash-all: remove unnecessary sleep after flashing AVB key</li> + <li>flash-all.sh: avoid false negative for <code>fastboot getvar product</code> check</li> + <li>flash-all.sh: exit on errors</li> + <li>flash-all.bat: pause before existing after an error</li> + <li>fastboot: add support for CLI install with the GrapheneOS optimized factory images format already used by the web installer (will reduce memory/storage usage for CLI installs and will reduce storage usage on the update servers by avoiding multiple factory image formats)</li> <li>hardened_malloc: update libdivide to 5.1</li> <li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.43</li> </ul> |
