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>
1 file changed
tree: b6279340fd97ecf8b665075b7d964d4d819ba181
  1. afdo_metadata/
  2. afdo_redaction/
  3. afdo_tools/
  4. binary_search_tool/
  5. compiler_wrapper/
  6. contrib/
  7. cros_utils/
  8. cwp/
  9. debug_info_test/
  10. go/
  11. llvm_extra/
  12. llvm_tools/
  13. pgo_tools/
  14. pgo_tools_rust/
  15. py/
  16. rust-analyzer-chromiumos-wrapper/
  17. rust_tools/
  18. seccomp_tools/
  19. toolchain_utils_githooks/
  20. upstream_workon/
  21. .gitignore
  22. android_merge_from_upstream.sh
  23. auto_abandon_cls.py
  24. check_portable_toolchains.py
  25. compiler-test.sh
  26. crate_ebuild_help.py
  27. DIR_METADATA
  28. LICENSE
  29. OWNERS
  30. OWNERS.toolchain
  31. PRESUBMIT.cfg
  32. pyrun
  33. python_wrapper.py
  34. README.chromium
  35. README.md
  36. run_python_tests.sh
  37. run_tests_for.py
README.md

toolchain-utils

Various utilities used by the ChromeOS toolchain team.

Note

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.