Add support for kernel config fragments

Extend functionality of -C command-line switch to support kernel
fragments. Kernel fragments are sets of config variables that
override main kernel config values. They can be used if only
a relatively minor variation of the main config is required.
Multiple fragments can be specified after main config name
in a -C switch value separated by a coma.

Change-Id: Ia91de0680cba35f258340504d1b71292a33be18f
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/32380
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Meena Shanmugam <meenashanmugam@google.com>
Tested-by: Oleksandr Tymoshenko <ovt@google.com>
2 files changed
tree: 2cf25227b6751a4abb9a864b71c1f27fcb036c69
  1. release/
  2. src/
  3. testing/
  4. .gitignore
  5. BUILD.bazel
  6. cloudbuild.yaml
  7. CONTRIBUTING.md
  8. deps.bzl
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. run_tests.sh
  14. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.