diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-02-25 03:05:26 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-02-27 16:10:49 +0100 |
commit | 31323f21bb0ae7c712f43500c42997c91a6d20bf (patch) | |
tree | 99f0444f444b4f2e07e9f68f3afe3d3d4d8dda3e /meson_options.txt | |
parent | core: refuse cgroupv1 unless SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE (diff) | |
download | systemd-31323f21bb0ae7c712f43500c42997c91a6d20bf.tar.xz systemd-31323f21bb0ae7c712f43500c42997c91a6d20bf.zip |
meson: drop default-hierarchy= option, always use unified
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4dea1a8bf3..51434f74b3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -227,8 +227,8 @@ option('configfiledir', type : 'string', value : '', option('fallback-hostname', type : 'string', value : 'localhost', description : 'the hostname used if none configured') option('default-hierarchy', type : 'combo', - choices : ['legacy', 'hybrid', 'unified'], value : 'unified', - description : 'default cgroup hierarchy') + choices : ['legacy', 'hybrid', 'unified'], deprecated : true, + description : '''This option is deprecated and will be removed in a future release''') option('extra-net-naming-schemes', type : 'string', description : 'comma-separated list of extra net.naming-scheme= definitions') option('default-net-naming-scheme', type : 'string', value : 'latest', |