summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorKarel Zak2012-01-24 11:16:53 +0100
committerKarel Zak2012-01-24 11:16:53 +0100
commit9354fea34283f54e45fb7d6faa7b54f516081780 (patch)
tree8e767c601742ba4081f0d076c7ba11b14c32d036 /sys-utils/mount.8
parentRevert "mount: enable fstab.d" (diff)
downloadkernel-qcow2-util-linux-9354fea34283f54e45fb7d6faa7b54f516081780.tar.gz
kernel-qcow2-util-linux-9354fea34283f54e45fb7d6faa7b54f516081780.tar.xz
kernel-qcow2-util-linux-9354fea34283f54e45fb7d6faa7b54f516081780.zip
libmount: remove fstab.d support
If you really need to store your configuration to a alternative files then you have to explicitly specify the files or directories on mount(8) command line by --fstab option. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.811
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 9cc4a9f18..a063434bb 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -175,14 +175,6 @@ mounted where, using which options. The default location of the
.BR fstab (5)
file could be overrided by --fstab <path> command line option (see below for
more details).
-
-If the
-.B mount
-command is linked with libmount, then filesystems could be also defined in
-.I /etc/fstab.d/*.fstab
-files. See
-.BR fstab (5)
-for more details.
.LP
The command
.RS
@@ -2784,9 +2776,6 @@ support (for example /sbin/mount.fuse -t fuse.sshfs).
.I /etc/fstab
filesystem table
.TP
-.I /etc/fstab.d
-directory with filesystem tables
-.TP
.I /etc/mtab
table of mounted filesystems
.TP