Clone this repo:
  1. edbe236 Merge pull request #46 from dm0-/fix by David Michael · 5 years ago master
  2. 426a3bb cgpt: Avoid buffer overrun by David Michael · 5 years ago
  3. a127993 Merge pull request #45 from ericchiang/coc by David Michael · 6 years ago
  4. d87e435 update CoC and legalese by Eric Chiang · 6 years ago
  5. d4dbaa5 Merge pull request #44 from ajeddeloh/fix-invalid-free by Andrew Jeddeloh · 6 years ago

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.