docs: add mount --namespace to TODO

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-08-13 11:41:49 +02:00
parent 2279ab60ba
commit f19c632804
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ bash completion
libmount (mount/umount)
-----------------------
- allow to execute mount(2) in another namespace, something like:
mount --namespace=/proc/$n/ns/mnt /dev/sda2 /bar
see https://bugzilla.redhat.com/show_bug.cgi?id=1199554 for more details.
- add options to control fstab/mtab mount options usage, something like:
--options-mode={ignore,append,prepend,replace} MNT_OMODE_{IGNORE, ...}