summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2011-05-30 17:22:07 +0200
committerKarel Zak2011-05-30 17:22:07 +0200
commit4231bffef6948781b3395839150b7a2c84410599 (patch)
treedc3d665759033a1c2dac57228da8b96ee09312fd /TODO
parentlibblkid: add some debug messages (diff)
downloadkernel-qcow2-util-linux-4231bffef6948781b3395839150b7a2c84410599.tar.gz
kernel-qcow2-util-linux-4231bffef6948781b3395839150b7a2c84410599.tar.xz
kernel-qcow2-util-linux-4231bffef6948781b3395839150b7a2c84410599.zip
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8ad7ec8f4..54ef5fe12 100644
--- a/TODO
+++ b/TODO
@@ -63,8 +63,18 @@ mount
partx
-----
+ - add support loop devices:
+
+ partx -a /path/file.img
+
+ * associate the file with loop device (use lib/loopdev.c)
+ * map partitions by BLKPG_ADD_PARTITION
+
+ - support mapping by device-mapper if argv[0] is "kpartx" or --dm option is used.
+
- add regression tests for partx, addpart and delpart
+
build-sys
--------