You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
Android.bp | 4 months ago | |
METADATA | 4 months ago | |
MODULE_LICENSE_BSD | 4 months ago | |
Makefile | 4 months ago | |
NOTICE | 4 months ago | |
OWNERS | 4 months ago | |
README.chromium | 4 months ago | |
inherit-review-settings-ok | 4 months ago | |
main.c | 4 months ago | |
rootdev.c | 4 months ago | |
rootdev.h | 4 months ago | |
rootdev_test.sh | 4 months ago |
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.