| commit | 435b8c77f35383549dd369211cc08d97915f9264 | [log] [tgz] |
|---|---|---|
| author | Jae Hoon Kim <[email protected]> | Sat Aug 09 02:59:18 2025 |
| committer | Chromeos LUCI <[email protected]> | Mon Aug 11 21:59:36 2025 |
| tree | 5cb72c124e7bc441fa2bb4497719b7e30527938d | |
| parent | 14ef4845afe87fb4ab912838d6414f7875a65ced [diff] |
mod_image_for_recovery: Remove vblock extraction and usage (deprecate) This change removes the `--sync_keys` flag and all associated logic, including the `get_install_vblock` function and the use of `INSTALL_VBLOCK`. The script will no longer attempt to copy `vmlinuz_hd.vblock` from the stateful partition to update the recovery kernel. BUG=b:426664945 TEST=Builders Change-Id: Ibac4ee33a561ba9b7a4dfef15e1f2bf07a9797ca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/6833538 Reviewed-by: Hung-Te Lin <[email protected]> Tested-by: Jae Hoon Kim <[email protected]> Reviewed-by: Mike Frysinger <[email protected]> Commit-Queue: Jae Hoon Kim <[email protected]>
src/scripts directoryThis repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.
In general, we're not currently accepting new scripts in this directory.
If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.