summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2011-05-24 01:15:55 +0200
committerKarel Zak2011-05-24 01:15:55 +0200
commitd53fc4b3bba3977274c0f1c8694b1bb16e2bdb97 (patch)
tree199cadc7435d102497140a2d34d0e09f6d62cfe7
parentlibblkid: add ID_PART_ENTRY_{OFFSET,SIZE,DISK} (diff)
downloadkernel-qcow2-util-linux-d53fc4b3bba3977274c0f1c8694b1bb16e2bdb97.tar.gz
kernel-qcow2-util-linux-d53fc4b3bba3977274c0f1c8694b1bb16e2bdb97.tar.xz
kernel-qcow2-util-linux-d53fc4b3bba3977274c0f1c8694b1bb16e2bdb97.zip
docs: TODO update
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1288cf2eb..8ad7ec8f4 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
-----