update CoC and legalese
3 files changed
tree: d48cddb9c5f7c64d18ec1e350a2bd9f94e85416d
  1. include/
  2. src/
  3. tests/
  4. .gitignore
  5. .travis.yml
  6. autogen.sh
  7. code-of-conduct.md
  8. configure.ac
  9. DCO
  10. LICENSE
  11. Makefile.am
  12. NOTICE
  13. README.md
README.md

seismograph -- tools for producing CoreOS images

cgpt

A partitioning tool.

rootdev

Performs operations to discover and annotate the root block device

Originally inspired by the old rdev utility from util-linux but has been completely rewritten since then. git://git.debian.org/~lamont/util-linux.git / 717db2c8177203fe242ea35b31bc312abe9aa3c9

  • Provides core functionality in a library: librootdev
  • Walks sysfs to discover the block devices
  • Supports resolving through to /sys/block/XXX/slaves/*/dev devices
  • Will test and, optionally, symlink to the /dev entry for standard devices.
  • Is testable.