Signed-off-by: Karel Zak <kzak@redhat.com>
mount
-----
+ (features for new libmount based implemenation)
+
- add support for "x-" namespace for mount options. All options with "x-"
prefix should be ignored.
Note that findmnt(8) already supports --target and --source.
+ - add ---target-prefix option to specify prefix for mountpoints
+
+ - add --fstab-file option to specify alternative fstab
+
+ so then you can
+
+ mount -a --fstab-file=/etc/fstab.foo ---target-prefix=$FOO_ROOT
+
+ to create a new hierarchy of filesystems at $FOO_ROOT.
+
partx
-----