summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2011-06-08 14:05:05 +0200
committerKarel Zak2011-06-08 14:05:05 +0200
commit8b467e7de84aafc483cbf69b8bf8fa213593b222 (patch)
tree1b5e1cdae8c91271c0921f5c282a5ad76452d9e4
parentmkfs.minix: use inode wrappers (diff)
downloadkernel-qcow2-util-linux-8b467e7de84aafc483cbf69b8bf8fa213593b222.tar.gz
kernel-qcow2-util-linux-8b467e7de84aafc483cbf69b8bf8fa213593b222.tar.xz
kernel-qcow2-util-linux-8b467e7de84aafc483cbf69b8bf8fa213593b222.zip
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 54ef5fe12..11b1c4e61 100644
--- a/TODO
+++ b/TODO
@@ -187,6 +187,14 @@ libblkid
- add support for dasd PT (used for example on s390)
+ - support PARTUUID= tag
+
+ * the partitions probing is already supported by low-level part of the
+ library, but it's necessary add support for this tag also to high-level
+ (blkid_cache) API.
+
+ * add blkid -P <PARTUUID>
+
wipefs
------