]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add note about mount(8) options to TODO
authorKarel Zak <kzak@redhat.com>
Thu, 23 Feb 2012 11:31:31 +0000 (12:31 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 23 Feb 2012 11:31:31 +0000 (12:31 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 81c194ae940ccbf6e83207095d841f34cf078bd0..10980d1b07adb96e2253a2fe3e27ef91b68f4148 100644 (file)
@@ -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"