OLD | NEW |
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. |
OLD | NEW |