enable autofs

Not only does not having this cause systemd to print a warning in the logs
but it's also needed for implementation of kernel boot counting (see systemd-boot(7))
This commit is contained in:
Bruce Leidl 2019-04-16 12:52:12 -04:00
parent e96abbd680
commit a579db90eb

View File

@ -4,7 +4,7 @@
# #
# #
# Compiler: gcc (Debian 8.3.0-4) 8.3.0 # Compiler: gcc (Debian 8.3.0-6) 8.3.0
# #
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80300 CONFIG_GCC_VERSION=80300
@ -5144,7 +5144,7 @@ CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
# CONFIG_QUOTA is not set # CONFIG_QUOTA is not set
# CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS4_FS is not set
# CONFIG_AUTOFS_FS is not set CONFIG_AUTOFS_FS=y
CONFIG_FUSE_FS=y CONFIG_FUSE_FS=y
CONFIG_CUSE=m CONFIG_CUSE=m
CONFIG_OVERLAY_FS=y CONFIG_OVERLAY_FS=y