From: Karel Zak Date: Mon, 30 May 2011 15:22:07 +0000 (+0200) Subject: docs: update TODO file X-Git-Tag: v2.20-rc1~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4231bffef6948781b3395839150b7a2c84410599;p=thirdparty%2Futil-linux.git docs: update TODO file Signed-off-by: Karel Zak --- diff --git a/TODO b/TODO index 8ad7ec8f46..54ef5fe127 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 --------