[kernel/f14/master] systemd is dependant upon autofs, so build it in instead of modular.

Dave Jones davej at fedoraproject.org
Wed Aug 18 23:41:24 UTC 2010


commit 4135368fb0e29a3e6693d56c23f98b855f31d237
Author: Dave Jones <davej at redhat.com>
Date:   Wed Aug 18 19:41:03 2010 -0400

    systemd is dependant upon autofs, so build it in instead of modular.

 config-generic |    3 ++-
 kernel.spec    |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index d61368e..c7e865d 100644
--- a/config-generic
+++ b/config-generic
@@ -3324,7 +3324,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 83c15b2..9836c98 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1898,6 +1898,9 @@ fi
 # and build.
 
 %changelog
+* Wed Aug 18 2010 Dave Jones <davej at redhat.com>
+- systemd is dependant upon autofs, so build it in instead of modular.
+
 * Tue Aug 17 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.35.2-9
 - Fix fallout from the stack guard page fixes.
   (mm-fix-page-table-unmap-for-stack-guard-page-properly.patch,


More information about the scm-commits mailing list