Files
rk35xx-android14/external/rootdev/README.chromium
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

16 lines
631 B
Plaintext

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.