* Support for the SystemdOptions EFI variable has been removed.
- * The 'split-usr', 'rootlibdir', and 'rootprefix' meson options, which
- were deprecated in v255, have been removed.
+ * The meson options 'split-usr', 'rootlibdir', 'rootprefix' (deprecated
+ in v255), 'default-hierarchy' (v256), and 'nscd' (v257) have been
+ removed.
Announcements of Future Feature Removals:
description : 'install services for use when running systemd in initrd')
option('compat-mutable-uid-boundaries', type : 'boolean', value : false,
description : 'look at uid boundaries in /etc/login.defs for compatibility')
-option('nscd', type : 'boolean',
- description : 'This option is deprecated and will be removed in a future release')
option('quotaon-path', type : 'string', description : 'path to quotaon')
option('quotacheck-path', type : 'string', description : 'path to quotacheck')
option('fallback-hostname', type : 'string', value : 'localhost',
description : 'the hostname used if none configured')
-option('default-hierarchy', type : 'combo',
- 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',