From a579db90eb03e1dc4064ef4d5e0dfe9f0586e950 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 16 Apr 2019 12:52:12 -0400 Subject: [PATCH] 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)) --- meta-citadel/recipes-kernel/citadel-kernel/files/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-citadel/recipes-kernel/citadel-kernel/files/defconfig b/meta-citadel/recipes-kernel/citadel-kernel/files/defconfig index 3f6408d..5e664bf 100644 --- a/meta-citadel/recipes-kernel/citadel-kernel/files/defconfig +++ b/meta-citadel/recipes-kernel/citadel-kernel/files/defconfig @@ -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_GCC_VERSION=80300 @@ -5144,7 +5144,7 @@ CONFIG_FANOTIFY=y CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y # CONFIG_QUOTA is not set # CONFIG_AUTOFS4_FS is not set -# CONFIG_AUTOFS_FS is not set +CONFIG_AUTOFS_FS=y CONFIG_FUSE_FS=y CONFIG_CUSE=m CONFIG_OVERLAY_FS=y