diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:40 +0000 |
commit | fc53809803cd2bc2434e312b19a18fa36776da12 (patch) | |
tree | b4b43bd6538f51965ce32856e9c053d0f90919c8 /README | |
parent | Adding upstream version 255.5. (diff) | |
download | systemd-fc53809803cd2bc2434e312b19a18fa36776da12.tar.xz systemd-fc53809803cd2bc2434e312b19a18fa36776da12.zip |
Adding upstream version 256.upstream/256
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -98,6 +98,8 @@ REQUIREMENTS: CONFIG_SECCOMP_FILTER (required for seccomp support) CONFIG_KCMP (for the kcmp() syscall, used to be under CONFIG_CHECKPOINT_RESTORE before ~5.12) + CONFIG_NET_SCHED + CONFIG_NET_SCH_FQ_CODEL Required for CPUShares= in resource control unit settings: CONFIG_CGROUP_SCHED @@ -217,7 +219,7 @@ REQUIREMENTS: pyelftools (optional, required for systemd-boot) meson >= 0.60.0 ninja - gcc >= 4.7 + gcc >= 8.4 awk, sed, grep, and similar tools clang >= 10.0, llvm >= 10.0 (optional, required to build BPF programs from source code in C) @@ -268,8 +270,8 @@ REQUIREMENTS: longer supported, and moving everything under /usr/ is required. Systems with a separate /usr/ partition must mount it before transitioning into it (i.e.: from the initrd). For more information see: - https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken - https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge + https://systemd.io/SEPARATE_USR_IS_BROKEN + https://systemd.io/THE_CASE_FOR_THE_USR_MERGE Additional packages are necessary to run some tests: - nc (used by test/TEST-12-ISSUE-3171) @@ -444,5 +446,4 @@ STABLE BRANCHES AND BACKPORTS: Stable branches are started for certain releases of systemd and named after them, e.g. v238-stable. Stable branches are managed by distribution maintainers on an as needed basis. See - https://www.freedesktop.org/wiki/Software/systemd/Backports for some - more information and examples. + https://systemd.io/BACKPORTS for some more information and examples. |