From f4a8693bfadbd708f19e6a31a6e9fb9a822c071c Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Mon, 6 Nov 2023 16:28:39 +0000 Subject: [PATCH] Remove some entries from auto.master. --- etc/autofs/.gitignore | 1 - etc/autofs/auto.master | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 etc/autofs/auto.master diff --git a/etc/autofs/.gitignore b/etc/autofs/.gitignore index a888381..1520939 100644 --- a/etc/autofs/.gitignore +++ b/etc/autofs/.gitignore @@ -1,4 +1,3 @@ -/auto.master /auto.misc /auto.net* /auto.smb* diff --git a/etc/autofs/auto.master b/etc/autofs/auto.master new file mode 100644 index 0000000..85e12f6 --- /dev/null +++ b/etc/autofs/auto.master @@ -0,0 +1,38 @@ +# +# Sample auto.master file +# This is a 'master' automounter map and it has the following format: +# mount-point [map-type[,format]:]map [options] +# For details of the format look at auto.master(5). +# +#/misc /etc/autofs/auto.misc +# +# NOTE: mounts done from a hosts map will be mounted with the +# "nosuid" and "nodev" options unless the "suid" and "dev" +# options are explicitly given. +# +#/net -hosts +# +# Include /etc/autofs/auto.master.d/*.autofs +# To add an extra map using this mechanism you will need to add +# two configuration items - one /etc/autofs/auto.master.d/extra.autofs file +# (using the same line format as the auto.master file) +# and a separate mount map (e.g. /etc/autofs/auto.extra or an auto.extra NIS map) +# that is referred to by the extra.autofs file. +# ++dir:/etc/autofs/auto.master.d +# +# If you have fedfs set up and the related binaries, either +# built as part of autofs or installed from another package, +# uncomment this line to use the fedfs program map to access +# your fedfs mounts. +#/nfs4 /usr/sbin/fedfs-map-nfs4 nobind +# +# Include central master map if it can be found using +# nsswitch sources. +# +# Note that if there are entries for /net or /misc (as +# above) in the included master map any keys that are the +# same will not be seen as the first read key seen takes +# precedence. +# +#+auto.master