Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: README.chromium

Issue 3141038: rootdev: fix -d, add -c and -r. ifdefs for so use (Closed) Base URL: http://src.chromium.org/git/rootdev.git
Patch Set: integrated feedback; added functional tests Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile ('k') | main.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 5ed10c84436a5e745d33f1ba5c960dbc617130d4..6e4e90389c2399eb3f51006dae0e3b25226457b8 100644
--- a/README.chromium
+++ b/README.chromium
@@ -1,16 +1,15 @@
-URL: git://git.debian.org/~lamont/util-linux.git
-Version: commit 717db2c8177203fe242ea35b31bc312abe9aa3c9
-License: GPL v2
-License File: files/COPYING
-
-Description: Prints the current rootfs device.
-
-Local Modification:
-
-- Removed every bit of upstream code except the part that determines the
- rootfs device.
-- Added better error messages.
+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.
« no previous file with comments | « Makefile ('k') | main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698