diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-19 12:32:56 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-19 13:34:04 -0600 |
commit | cd7883d25d0a9321b68df1c1e6ad9662306fa9e7 (patch) | |
tree | df1379db18730eac6c26dc00488ae97bcf93c26b /conf.d | |
parent | 62b49b2a3ad1c13012305b4d7281d7f6543c70d7 (diff) |
localmount: Allow users to control whether errors are ignored
X-Gentoo-Bug: 572138
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572138
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/localmount | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/localmount b/conf.d/localmount index e3361da3..397e8cd8 100644 --- a/conf.d/localmount +++ b/conf.d/localmount @@ -1,3 +1,9 @@ # Stop the unmounting of certain points. # This could be useful for some NFS related work. #no_umounts="/dir1:/var/dir2" +# +# Ignore errors when mounting local file systems. +# This should be left alone unless you know what you are doing. If it is +# set to yes, not only will we allow mount failures, but we will ignore +# syntax errors in fstab. +#ignore_mount_errors="NO" |