summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2010-09-07 11:03:45 +0200
committerKarel Zak2010-09-07 11:03:45 +0200
commit74089287cf72acb42523e9eacef319b26ba74a07 (patch)
tree6adda5dbb8841bea2db419dae128c14b79b8fbfc /TODO
parentcfdisk: don't use size of device based on cylinders (diff)
downloadkernel-qcow2-util-linux-74089287cf72acb42523e9eacef319b26ba74a07.tar.gz
kernel-qcow2-util-linux-74089287cf72acb42523e9eacef319b26ba74a07.tar.xz
kernel-qcow2-util-linux-74089287cf72acb42523e9eacef319b26ba74a07.zip
docs: add blkid --list-all to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 62c2cbb51..4d44434fb 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
libblkid
--------
+
- remove strerrr() from debug messages (use %m) to make BLKID_DEBUG= output
thread-safe
@@ -23,7 +24,10 @@ libblkid
blkid(8)
-
+-------
+
+ - add something like "blkid --list-all" to list all supported filesystems/raids
+
- add a new option (-r) that allows to print removable block devices that
are missing in /proc/partitions, see blkid_probe_all_removable().