diff options
Diffstat (limited to 'conf.d/localmount')
-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" |