aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2022-01-03 12:03:45 -0600
committerDouglas R. Reno <renodr@linuxfromscratch.org>2022-01-03 12:03:45 -0600
commitd21ec2fcbb46ee07dc404a39b3bebba762a91a6b (patch)
tree4fc722758a0d7ad44ec0a30809acd95ceed733e0 /chapter10
parentcd99aff68379e235f8aefec774def19151832d67 (diff)
systemd: Add CONFIG_PSI to the kernel configuration to get systemd-oomd
to work. Note that it just skips bringing systemd-oomd up when not present, and does not fail the startup process.
Diffstat (limited to 'chapter10')
-rw-r--r--chapter10/kernel.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index 5e2341e0e..213fcd6eb 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -122,6 +122,8 @@ Device Drivers ---&gt;
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;
[*] open by fhandle syscalls [CONFIG_FHANDLE]
+ CPU/Task time and stats accounting ---&gt;
+ [*] Pressure stall information tracking [CONFIG_PSI]
Firmware Drivers ---&gt;
[*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
General architecture-dependent options ---&gt;