summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2012-07-17 22:08:27 +0200
committerKarel Zak2012-07-17 22:08:27 +0200
commit955eac11a7e4cf0003850c8a40ca5868f26e0810 (patch)
tree58b268abeb55aead68744abfe8c5707b5384c99f /Documentation
parentmount: (new) add --source and --target (diff)
downloadkernel-qcow2-util-linux-955eac11a7e4cf0003850c8a40ca5868f26e0810.tar.gz
kernel-qcow2-util-linux-955eac11a7e4cf0003850c8a40ca5868f26e0810.tar.xz
kernel-qcow2-util-linux-955eac11a7e4cf0003850c8a40ca5868f26e0810.zip
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO15
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index d4ae0a450..38a3c3060 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -83,21 +83,6 @@ libmount (mount/umount)
translate the device name to backing file and then search in mtab for the
filename. See loopdev_get_loopfile().
- - (!) add --source and --target options to specify device and mountpoint
-
- fstab:
- /dev/sda1 /foo auto defaults 0 0
- /foo /mnt auto bind 0 0
- command line:
- mount -o remount,ro /foo
-
- ... this command is ambiguous. It would be better to have a way how specify
- target or source:
-
- mount --target /foo -o remount,ro
-
- Note that findmnt(8) already supports --target and --source.
-
- add ---target-prefix option to specify prefix for mountpoints
so then you can