mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
249c36d8c3
During patching, all boot images are now extracted and the individual patchers can inspect them to determine which ones need modifications. This replaces the previous mechanism of detecting which boot images to patch based on the name alone. With this new method, the --boot-partition and --otacerts-partitions options are no longer needed. The former option is kept (but ignored with a warning message) for backwards compatibility, but the latter is completely removed because it never made it to a stable release. Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>