]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO file
authorKarel Zak <kzak@redhat.com>
Mon, 30 May 2011 15:22:07 +0000 (17:22 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 30 May 2011 15:22:07 +0000 (17:22 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
TODO

diff --git a/TODO b/TODO
index 8ad7ec8f469cac890b0bbe1e8a08d97f226d701b..54ef5fe127828e854e89565051fa0ce6582b119e 100644 (file)
--- 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
 --------