Attempt to provide the required kernel config choices for elogind. Please test, on a previous kernel I tohught I also needed CONFIG_MEMCFG but with 5.2.8 I'm running successfully without that.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21998 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2019-08-19 02:44:59 +00:00
parent 48bcac91a6
commit 398b4239b4

View File

@ -115,6 +115,25 @@
</para>
</sect2>
<sect2 role="kernel" id="elogind-kernel">
<title>Kernel Configuration</title>
<para>
Enable the following options in the kernel configuration and recompile the
kernel if necessary:
</para>
<!-- Spaces are significant in <screen> sections -->
<screen><literal>General setup ---&gt;
[*] Control Group support [CONFIG_CGROUPS]
File systems ---&gt;
[*] Inotify support for userspace [CONFIG_INOTIFY_USER]</literal></screen>
<indexterm zone="elogind elogind-kernel">
<primary sortas="d-elogind">elogind</primary>
</indexterm>
</sect2>
<sect2 role="installation">
<title>Installation of elogind</title>