diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-04-23 15:24:55 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-04-24 02:39:29 +0200 |
commit | 2b28dfe6e632f47a9058d9378fb88a0c99b34a91 (patch) | |
tree | e450ff8ac51bb115ed660d6624ebc7575ecaa244 /catalog | |
parent | mount-setup: use mount_verbose_full where appropriate (diff) | |
download | systemd-2b28dfe6e632f47a9058d9378fb88a0c99b34a91.tar.xz systemd-2b28dfe6e632f47a9058d9378fb88a0c99b34a91.zip |
core/manager: drop obsolete cgroup taint string
Wwe can't boot on systems without cgroup anyway
(even cgroup v1 will be gone pretty soon).
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/systemd.catalog.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 04e90e0b75..87022f40fa 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -558,8 +558,6 @@ Defined-By: systemd Support: %SUPPORT_URL% The following "tags" are possible: -- "cgroups-missing" — the kernel was compiled without cgroup support or access - to expected interface files is restricted - "var-run-bad" — /var/run is not a symlink to /run - "overflowuid-not-65534" — the kernel user ID used for "unknown" users (with NFS or user namespaces) is not 65534 |