From 0ade50f49e628080f4ba6fdf459a12ccafed2c3a Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 12 Mar 2024 17:54:39 -0400 Subject: [PATCH] README.md: Remove mention of my_engineering image Patching the image was never implemented because it's specific to OnePlus devices where the bootloader does not respect the custom root of trust. Signed-off-by: Andrew Gunnerson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f73ab..87cb53a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ avbroot applies the following patches to the partition images: * The `boot`, `recovery`, or `vendor_boot` image, depending on device, is patched to replace the OTA signature verification certificates with the custom OTA signing certificate. This allows future patched OTAs to be sideloaded from recovery mode after the bootloader has been locked. It also prevents accidental flashing of the original unpatched OTA. -* The `system` or `my_engineering` image, depending on device, is also patched to replace the OTA signature verification certificates. This prevents the OS' system updater app from installing an unpatched OTA and also allows the use of custom OTA updater apps. +* The `system` image is also patched to replace the OTA signature verification certificates. This prevents the OS' system updater app from installing an unpatched OTA and also allows the use of custom OTA updater apps. ## Warnings and Caveats