chenxiaolong / avbroot

Sign (and root) Android A/B OTAs with custom keys while preserving Android Verified Boot
GNU General Public License v3.0
436 stars 41 forks source link

cli/avb: Allow writing new TOML file when packing an image #297

Closed chenxiaolong closed 1 month ago

chenxiaolong commented 1 month ago

Previously, there was no way to easily see the values of the recomputed fields without unpacking the newly built image. This commit adds a new --output-info option to the avb pack subcommand to write/overwrite a new avb.toml file.