docs: update TODO

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-07-17 22:08:27 +02:00
parent aedeaa40d1
commit 955eac11a7
1 changed files with 0 additions and 15 deletions

View File

@ -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