From 95f99faff4642ad24b9f62227cbb96cfc4576038 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 18 Aug 2010 19:41:03 -0400 Subject: [PATCH] systemd is dependant upon autofs, so build it in instead of modular. --- config-generic | 3 ++- kernel.spec | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config-generic b/config-generic index 3726766e7..7fc76ef51 100644 --- a/config-generic +++ b/config-generic @@ -3358,7 +3358,8 @@ CONFIG_QUOTACTL=y CONFIG_DNOTIFY=y # Autofsv3 is obsolete. # CONFIG_AUTOFS_FS is not set -CONFIG_AUTOFS4_FS=m +# systemd is dependant upon AUTOFS, so build it in. +CONFIG_AUTOFS4_FS=y CONFIG_EXOFS_FS=m # CONFIG_EXOFS_DEBUG is not set CONFIG_NILFS2_FS=m diff --git a/kernel.spec b/kernel.spec index 7d0bdc2ce..f4eabe43d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1865,6 +1865,9 @@ fi # || || %changelog +* Wed Aug 18 2010 Dave Jones +- systemd is dependant upon autofs, so build it in instead of modular. + * Wed Aug 18 2010 Chuck Ebbert - Linux 2.6.36-rc1-git1