From: Karel Zak Date: Mon, 23 May 2011 23:15:55 +0000 (+0200) Subject: docs: TODO update X-Git-Tag: v2.20-rc1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d53fc4b3bba3977274c0f1c8694b1bb16e2bdb97;p=thirdparty%2Futil-linux.git docs: TODO update Signed-off-by: Karel Zak --- diff --git a/TODO b/TODO index 1288cf2eb7..8ad7ec8f46 100644 --- a/TODO +++ b/TODO @@ -25,6 +25,8 @@ dmesg mount ----- + (features for new libmount based implemenation) + - add support for "x-" namespace for mount options. All options with "x-" prefix should be ignored. @@ -48,6 +50,16 @@ mount Note that findmnt(8) already supports --target and --source. + - add ---target-prefix option to specify prefix for mountpoints + + - add --fstab-file option to specify alternative fstab + + so then you can + + mount -a --fstab-file=/etc/fstab.foo ---target-prefix=$FOO_ROOT + + to create a new hierarchy of filesystems at $FOO_ROOT. + partx -----