diff options
author | Jan Janssen <medhefgo@web.de> | 2021-09-30 12:51:32 +0200 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2021-10-17 11:56:05 +0200 |
commit | 53f69d671c024698d5911a984ef8888ad4523fc1 (patch) | |
tree | af62fbe205151f8a0a12c4f097c26f50b9792482 /README | |
parent | sd-boot: Get rid of uefi_call_wrapper (diff) | |
download | systemd-53f69d671c024698d5911a984ef8888ad4523fc1.tar.xz systemd-53f69d671c024698d5911a984ef8888ad4523fc1.zip |
sd-boot: Require gnu-efi 3.0.5
This version is from 2017 and should be stale enough to not cause
an outrage. All the relevant distros have it or a newer version.
We also already depend on some symbols defined in 3.0.5 anyway,
so let's take the opportunity to reduce our missing_efi.h
baggage.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ REQUIREMENTS: gcc, awk, sed, grep, and similar tools clang >= 10.0, llvm >= 10.0 (optional, required to build BPF programs from source code in C) + gnu-efi >= 3.0.5 (optional, required for systemd-boot) During runtime, you need the following additional dependencies: |