diff options
author | Thomas Bächler <thomas@archlinux.org> | 2014-03-22 01:41:12 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-03-22 18:22:52 +0100 |
commit | f33016ff8b56c45dc85485ecf4d59f435c42ca40 (patch) | |
tree | 7df6f85122bc31a539410575fee4d92a58778db3 | |
parent | eb33a6f858c2cd39dcf9c2f39514c9f83ed040fe (diff) |
README: Correct EFI requirements
systemd does not need or use CONFIG_EFI_VARS anywhere, this should
be CONFIG_EFIVAR_FS instead.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ REQUIREMENTS: CONFIG_SCHED_DEBUG For UEFI systems: - CONFIG_EFI_VARS + CONFIG_EFIVAR_FS CONFIG_EFI_PARTITION Note that kernel auditing is broken when used with systemd's |