From aefdbacff82e10900eae2971ccf7fbeaeab702cc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 12 May 2025 10:38:15 +0200 Subject: [PATCH] README: mention explicitly that dmi-sysfs must be built-in, cannot be loaded as kmod Fixes: #37391 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8d7dad329a..695819cd9b 100644 --- a/README +++ b/README @@ -163,7 +163,7 @@ REQUIREMENTS: Required for reading credentials from SMBIOS: CONFIG_DMI - CONFIG_DMI_SYSFS + CONFIG_DMI_SYSFS (must be built-in, not as kmod) Required for RestrictFileSystems= in service units: CONFIG_BPF