aosp12/external/rootdev
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_BSD init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Makefile init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NOTICE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.chromium init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
inherit-review-settings-ok init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
main.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
rootdev.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
rootdev.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
rootdev_test.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.chromium

Chromium OS version of rootdev

Inspired by git://git.debian.org/~lamont/util-linux.git / 717db2c8177203fe242ea35b31bc312abe9aa3c9

Description: Performs operations to discover and annotate the root block device

Prior to this commit, rootdev was derived from the above link.  However, it has
been rewritten in its entirety and licensed as per LICENSE.

chromeos-rootdev:
- 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.