summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2012-02-23 12:31:31 +0100
committerKarel Zak2012-02-23 12:31:31 +0100
commit1340d433ccbfe70ebe5ce72de654832e6715f52d (patch)
treede061541bfead767b4832b7d0d00b28dce424347 /Documentation
parentlib/strutils: move array bounds check in string_to_idarray() to appropriate p... (diff)
downloadkernel-qcow2-util-linux-1340d433ccbfe70ebe5ce72de654832e6715f52d.tar.gz
kernel-qcow2-util-linux-1340d433ccbfe70ebe5ce72de654832e6715f52d.tar.xz
kernel-qcow2-util-linux-1340d433ccbfe70ebe5ce72de654832e6715f52d.zip
docs: add note about mount(8) options to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 81c194ae9..10980d1b0 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"