diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-10-14 14:27:48 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-10-17 08:45:16 +0200 |
commit | afd22e3219457aac21fa4f6073e585994d222280 (patch) | |
tree | daae1185756f51b9f23bfd692abd4f6cb0e1cdd1 /README | |
parent | mkosi: Reenable bpf-framework (diff) | |
download | systemd-afd22e3219457aac21fa4f6073e585994d222280.tar.xz systemd-afd22e3219457aac21fa4f6073e585994d222280.zip |
README: Fix libbpf minimum version
This didn't get properly updated as part of #24511
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ REQUIREMENTS: libcryptsetup (optional), >= 2.3.0 required for signed Verity images support libaudit (optional) libacl (optional) - libbpf >= 0.7.0 (optional) + libbpf >= 0.1.0 (optional) libfdisk >= 2.32 (from util-linux) (optional) libselinux (optional) liblzma (optional) |