Add an autofs role for mounting removable media automatically on FreeBSD.

This commit is contained in:
Tom Alexander
2022-10-30 00:12:43 -04:00
parent f3c65defb7
commit 94b2f3846f
12 changed files with 142 additions and 22 deletions

View File

@@ -0,0 +1,6 @@
# Discard autofs caches, useful for the -media special map.
notify 100 {
match "system" "GEOM";
match "subsystem" "DEV";
action "/usr/sbin/automount -c";
};