Merge pull request #46 from dm0-/fix

Fix buffer overrun error
tree: 6e16481fbd19fe6d6427a935aa08286150554396
  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.