summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
--------