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

Side by Side 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, 3 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 unified diff | Download patch
« no previous file with comments | « Makefile ('k') | main.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 URL: git://git.debian.org/~lamont/util-linux.git 1 Chromium OS version of rootdev
2 Version: commit 717db2c8177203fe242ea35b31bc312abe9aa3c9
3 License: GPL v2
4 License File: files/COPYING
5 2
6 Description: Prints the current rootfs device. 3 Inspired by git://git.debian.org/~lamont/util-linux.git / 717db2c8177203fe242ea3 5b31bc312abe9aa3c9
7 4
8 Local Modification: 5 Description: Performs operations to discover and annotate the root block device
9 6
10 - Removed every bit of upstream code except the part that determines the 7 Prior to this commit, rootdev was derived from the above link. However, it has
11 rootfs device. 8 been rewritten in its entirety and licensed as per LICENSE.
12 - Added better error messages.
13 9
14 10 chromeos-rootdev:
15 11 - Provides core functionality in a library: librootdev
16 12 - Walks sysfs to discover the block devices
13 - Supports resolving through to /sys/block/XXX/slaves/*/dev devices
14 - Will test and, optionally, symlink to the /dev entry for standard devices.
15 - Is testable.
OLDNEW
« no previous file with comments | « Makefile ('k') | main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698