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

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