From: Karel Zak Date: Thu, 23 Feb 2012 11:31:31 +0000 (+0100) Subject: docs: add note about mount(8) options to TODO X-Git-Tag: v2.21~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1340d433ccbfe70ebe5ce72de654832e6715f52d;p=thirdparty%2Futil-linux.git docs: add note about mount(8) options to TODO Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 81c194ae94..10980d1b07 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -55,8 +55,16 @@ libmount (mount/umount) ----------------------- Note that the old mount/[u]mount.c code is in MAINTENANCE MODE only. All new - features should be implemented to libmount or to the new mount/umount - implementation in the libmount/samples/ directory. + features should be implemented to libmount or to the new sys-utils/{mount,umount}.c + utils. + + - add options to control fstab/mtab mount options usage, something like: + + --options-mode={ignore,append,prepend,replace} MNT_OMODE_{IGNORE, ...} + --options-source={fstab,mtab,disable} MNT_OMODE_{FSTAB,MTAB,NOTAB} + --options-source-force MNT_OMODE_FORCE + + (all this already supported by libmount) - add x-mount-mkdir mount option to libmount to allow "mkdir /mountpoint"