| commit | 14ef4845afe87fb4ab912838d6414f7875a65ced | [log] [tgz] |
|---|---|---|
| author | Naoya Tezuka <naoyatezuka@google.com> | Tue Jun 24 07:40:50 2025 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 27 01:04:31 2025 |
| tree | 6f697f47bd2d3ade4e971990689c6741016a15a7 | |
| parent | fb84e2d57dbd29368444c0b4b2e51b01e6a35df0 [diff] |
build_image: Add command line arg `chromeos_pstore.ecc_size=4` for x86 This change adds a kernel command line argument `chromeos_pstore.ecc_size` for x86 platforms. `ecc_size=4` is set as the default value, following go/cros-ecc-rollout. As chromeos_pstore is x86-specific driver, this changes affects solely to x86 platforms. BUG=b:413292019 TEST=build image for x86 platform and check config.txt for this argument Change-Id: Ibfc6c4118cb9f080d87d0111add06a12c8537f6b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/6664609 Tested-by: Naoya Tezuka <naoyatezuka@google.com> Reviewed-by: Gilberto Contreras <gcontreras@google.com> Commit-Queue: Naoya Tezuka <naoyatezuka@google.com>
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.