| commit | ad94e5d073310ce3a439acafec4e0af133abad94 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Mon Apr 29 10:23:01 2024 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 06 14:44:10 2024 +0000 |
| tree | b6279340fd97ecf8b665075b7d964d4d819ba181 | |
| parent | 57b62940f14668b907acb31eebf0fe508d75c3ed [diff] |
remove make_root_writable This script exists to make `/` writable, with support for machine locking (which the toolchain team no longer does). It should either be simplified to https://chromium.googlesource.com/chromiumos/docs/+/master/developer_mode.md#disable-verity or deleted BUG=b:337837895 TEST=None Change-Id: I8a37f91cd29420e17e4d22a47e527295df676b1d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5496649 Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Tested-by: George Burgess <gbiv@chromium.org> Reviewed-by: Ryan Beltran <ryanbeltran@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help, or refer to the header of the script for more information.