diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-02-27 16:10:44 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-02-27 16:10:44 -0600 |
commit | 68550bbdeebbc864473443d450e8c3f9c73c8f8f (patch) | |
tree | dab7706b96beffe2050c91b9fb5de7344b239428 /chapter10/kernel.xml | |
parent | 477c9a1d58826e8cf63f377d786e0465f2b0a80d (diff) |
Kernel (systemd): Add CONFIG_MEMCG as required (systemd-oomd).
Diffstat (limited to 'chapter10/kernel.xml')
-rw-r--r-- | chapter10/kernel.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 82a581767..43177f15d 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -118,7 +118,8 @@ Device Drivers ---> <screen role="nodump" revision="systemd">General setup --> [ ] Auditing Support [CONFIG_AUDIT] < > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS] - [*] Control Group support [CONFIG_CGROUPS] + [*] Control Group support [CONFIG_CGROUPS] ---> + [*] Memory controller [CONFIG_MEMCG] [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED] [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---> [*] open by fhandle syscalls [CONFIG_FHANDLE] |