summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorKarel Zak2013-12-12 11:41:07 +0100
committerKarel Zak2013-12-12 11:41:07 +0100
commit31e93a55be6d292427f259de2e9b40bed0050a88 (patch)
tree1723e824f1db2f7e09669c1428afeeec3572ad8f /sys-utils/mount.8
parentlibblkid: Identify extN file system properly (diff)
downloadkernel-qcow2-util-linux-31e93a55be6d292427f259de2e9b40bed0050a88.tar.gz
kernel-qcow2-util-linux-31e93a55be6d292427f259de2e9b40bed0050a88.tar.xz
kernel-qcow2-util-linux-31e93a55be6d292427f259de2e9b40bed0050a88.zip
mount: add note about "noauto" to --all description
References: https://bugzilla.redhat.com/show_bug.cgi?id=1039905 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index d7685d73d..1810d0b1b 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -561,7 +561,10 @@ Display help text and exit.
Verbose mode.
.IP "\fB\-a, \-\-all\fP"
Mount all filesystems (of the given types) mentioned in
-.IR fstab .
+.IR fstab
+(except for those whose line contains the
+.B noauto
+keyword).
.IP "\fB\-F, \-\-fork\fP"
(Used in conjunction with
.BR \-a .)