2 # SPDX-License-Identifier: LGPL-2.1-or-later
4 option('version-tag', type : 'string',
5 description : 'set the extended version string (defaults to project version)')
6 option('shared-lib-tag', type : 'string',
7 description : 'override the private shared library version tag (defaults to project version)')
8 option('vcs-tag', type : 'boolean', value : true,
9 description : 'append current git commit to version output when git information is available')
11 option('mode', type : 'combo', choices : ['developer', 'release'],
12 description : 'autoenable features suitable for systemd development/release builds')
14 option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'], deprecated: true,
15 description : 'This option is deprecated and will be removed in a future release')
16 option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
17 description : 'sbin is not a symlink to bin')
18 option('rootlibdir', type : 'string', deprecated: true,
19 description : 'This option is deprecated and will be removed in a future release')
20 option('rootprefix', type : 'string', deprecated: true,
21 description : 'This option is deprecated and will be removed in a future release')
22 option('link-udev-shared', type : 'boolean',
23 description : 'link systemd-udevd and its helpers to libsystemd-shared.so')
24 option('link-executor-shared', type : 'boolean',
25 description : 'link systemd-executor to libsystemd-shared.so and libsystemd-core.so')
26 option('link-systemctl-shared', type: 'boolean',
27 description : 'link systemctl against libsystemd-shared.so')
28 option('link-networkd-shared', type: 'boolean',
29 description : 'link systemd-networkd and its helpers to libsystemd-shared.so')
30 option('link-timesyncd-shared', type: 'boolean',
31 description : 'link systemd-timesyncd and its helpers to libsystemd-shared.so')
32 option('link-journalctl-shared', type: 'boolean',
33 description : 'link journalctl against libsystemd-shared.so')
34 option('link-boot-shared', type: 'boolean',
35 description : 'link bootctl and systemd-bless-boot against libsystemd-shared.so')
36 option('link-portabled-shared', type: 'boolean',
37 description : 'link systemd-portabled and its helpers to libsystemd-shared.so')
38 option('first-boot-full-preset', type: 'boolean', value: false,
39 description : 'during first boot, do full preset-all (default will be changed to true later)')
41 option('static-libsystemd', type : 'combo',
42 choices : ['false', 'true', 'pic', 'no-pic'],
43 description : 'install a static library for libsystemd')
44 option('static-libudev', type : 'combo',
45 choices : ['false', 'true', 'pic', 'no-pic'],
46 description : 'install a static library for libudev')
47 option('standalone-binaries', type : 'boolean', value : false,
48 description : 'also build standalone versions of supported binaries')
50 option('sysvinit-path', type : 'string', value : '/etc/init.d',
51 description : 'the directory where the SysV init scripts are located')
52 option('sysvrcnd-path', type : 'string', value : '/etc/rc.d',
53 description : 'the base directory for SysV rcN.d directories')
54 option('rc-local', type : 'string',
55 value : '/etc/rc.local')
56 option('initrd', type : 'boolean',
57 description : 'install services for use when running systemd in initrd')
58 option('compat-mutable-uid-boundaries', type : 'boolean', value : false,
59 description : 'look at uid boundaries in /etc/login.defs for compatibility')
60 option('nscd', type : 'boolean',
61 description : 'This option is deprecated and will be removed in a future release')
63 option('quotaon-path', type : 'string', description : 'path to quotaon')
64 option('quotacheck-path', type : 'string', description : 'path to quotacheck')
65 option('kmod-path', type : 'string', description : 'path to kmod')
66 option('kexec-path', type : 'string', description : 'path to kexec')
67 option('sulogin-path', type : 'string', description : 'path to sulogin')
68 option('mount-path', type : 'string', description : 'path to mount')
69 option('umount-path', type : 'string', description : 'path to umount')
70 option('loadkeys-path', type : 'string', description : 'path to loadkeys')
71 option('setfont-path', type : 'string', description : 'path to setfont')
72 option('nologin-path', type : 'string', description : 'path to nologin')
74 option('debug-shell', type : 'string', value : '/bin/sh',
75 description : 'path to debug shell binary')
76 option('debug-tty', type : 'string', value : '/dev/tty9',
77 description : 'specify the tty device for debug shell')
78 option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'siphash'], value : [],
79 description : 'enable extra debugging')
80 option('memory-accounting-default', type : 'boolean',
81 description : 'enable MemoryAccounting= by default')
82 option('bump-proc-sys-fs-file-max', type : 'boolean',
83 description : 'bump /proc/sys/fs/file-max to LONG_MAX')
84 option('bump-proc-sys-fs-nr-open', type : 'boolean',
85 description : 'bump /proc/sys/fs/nr_open to INT_MAX')
86 option('log-trace', type : 'boolean', value : false,
87 description : 'enable low level debug logging')
88 option('user-path', type : 'string',
89 description : '$PATH to use for user sessions')
91 option('utmp', type : 'boolean',
92 description : 'support for utmp/wtmp log handling')
93 option('hibernate', type : 'boolean',
94 description : 'support for hibernation')
95 option('ldconfig', type : 'boolean',
96 description : 'support for dynamic linker cache creation')
97 option('resolve', type : 'boolean',
98 description : 'systemd-resolved stack')
99 option('efi', type : 'boolean',
100 description : 'enable EFI support')
101 option('tpm', type : 'boolean',
102 description : 'TPM should be used to log events and extend the registers')
103 option('environment-d', type : 'boolean',
104 description : 'support for environment.d')
105 option('binfmt', type : 'boolean',
106 description : 'support for custom binary formats')
107 option('repart', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
108 description : 'install the systemd-repart tool')
109 option('sysupdate', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
110 description : 'install the systemd-sysupdate tool')
111 option('sysupdated', type: 'combo', value : 'auto',
112 choices : ['auto', 'enabled', 'disabled'],
113 description : 'install the systemd-sysupdated service')
115 option('coredump', type : 'boolean',
116 description : 'install the coredump handler')
117 option('pstore', type : 'boolean',
118 description : 'install the pstore archival tool')
119 option('oomd', type : 'boolean',
120 description : 'install the userspace oom killer')
121 option('logind', type : 'boolean',
122 description : 'install the systemd-logind stack')
123 option('hostnamed', type : 'boolean',
124 description : 'install the systemd-hostnamed stack')
125 option('localed', type : 'boolean',
126 description : 'install the systemd-localed stack')
127 option('machined', type : 'boolean',
128 description : 'install the systemd-machined stack')
129 option('portabled', type : 'boolean',
130 description : 'install the systemd-portabled stack')
131 option('sysext', type : 'boolean',
132 description : 'install the systemd-sysext stack')
133 option('mountfsd', type : 'boolean',
134 description : 'install the systemd-mountfsd stack')
135 option('userdb', type : 'boolean',
136 description : 'install the systemd-userdbd stack')
137 option('homed', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
138 description : 'install the systemd-homed stack')
139 option('networkd', type : 'boolean',
140 description : 'install the systemd-networkd stack')
141 option('default-network', type : 'boolean', value : false,
142 description : 'install default .network files')
143 option('timedated', type : 'boolean',
144 description : 'install the systemd-timedated daemon')
145 option('timesyncd', type : 'boolean',
146 description : 'install the systemd-timesyncd daemon')
147 option('remote', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
148 description : 'support for "journal over the network"')
149 option('create-log-dirs', type : 'boolean',
150 description : 'create /var/log/journal{,/remote}')
151 option('nsresourced', type : 'boolean',
152 description : 'install the systemd-nsresourced stack')
153 option('nss-myhostname', type : 'boolean',
154 description : 'install nss-myhostname module')
155 option('nss-mymachines', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
156 description : 'install nss-mymachines module')
157 option('nss-resolve', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
158 description : 'install nss-resolve module')
159 option('nss-systemd', type : 'boolean',
160 description : 'install nss-systemd module')
161 option('firstboot', type : 'boolean',
162 description : 'support for firstboot mechanism')
163 option('randomseed', type : 'boolean',
164 description : 'support for restoring random seed')
165 option('backlight', type : 'boolean',
166 description : 'support for restoring backlight state')
167 option('vconsole', type : 'boolean',
168 description : 'support for vconsole configuration')
169 option('vmspawn', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
170 description : 'install the systemd-vmspawn tool')
171 option('quotacheck', type : 'boolean',
172 description : 'support for the quotacheck tools')
173 option('sysusers', type : 'boolean',
174 description : 'support for the sysusers configuration')
175 option('storagetm', type : 'boolean',
176 description : 'support for Storage Target Mode')
177 option('tmpfiles', type : 'boolean',
178 description : 'support for tmpfiles.d')
179 option('importd', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
180 description : 'install the systemd-importd daemon')
181 option('hwdb', type : 'boolean',
182 description : 'support for the hardware database')
183 option('rfkill', type : 'boolean',
184 description : 'support for the rfkill tools')
185 option('xdg-autostart', type : 'boolean',
186 description : 'install the xdg-autostart-generator and unit')
187 option('man', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
189 description : 'build and install man pages')
190 option('html', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
192 description : 'build and install html pages')
193 option('translations', type : 'boolean', value : true,
194 description : 'build and install translations')
196 option('certificate-root', type : 'string', value : '/etc/ssl',
197 description : 'the prefix for TLS certificates')
198 option('dbuspolicydir', type : 'string',
199 description : 'D-Bus policy directory')
200 option('dbussessionservicedir', type : 'string',
201 description : 'D-Bus session service directory')
202 option('dbussystemservicedir', type : 'string',
203 description : 'D-Bus system service directory')
204 option('dbus-interfaces-dir', type : 'string',
205 description : 'export D-Bus introspection XML as standalone files')
206 option('default-timeout-sec', type : 'integer', value : 90,
207 description : 'default timeout for system unit start/stop')
208 option('default-user-timeout-sec', type : 'integer', value : 90,
209 description : 'default timeout for user unit start/stop')
210 option('pkgconfigdatadir', type : 'string', value : '',
211 description : 'directory for arch-independent pkg-config files')
212 option('pkgconfiglibdir', type : 'string', value : '',
213 description : 'directory for standard pkg-config files')
214 option('xinitrcdir', type : 'string', value : '',
215 description : 'directory for xinitrc files')
216 option('rpmmacrosdir', type : 'string', value : 'lib/rpm/macros.d',
217 description : 'directory for rpm macros ["no" disables]')
218 option('update-helper-user-timeout-sec', type : 'integer', value : 15,
219 description : 'timeout for user manager package operations')
220 option('pamlibdir', type : 'string',
221 description : 'directory for PAM modules')
222 option('pamconfdir', type : 'string',
223 description : 'directory for PAM configuration ["no" disables]')
224 option('sshconfdir', type : 'string',
225 description : 'directory for SSH client configuration ["no" disables]')
226 option('sshdconfdir', type : 'string',
227 description : 'directory for SSH server configuration ["no" disables]')
228 option('sshdprivsepdir', type : 'string',
229 description : 'directory for SSH privilege separation ["no" disables]', value : '/run/sshd')
230 option('libcryptsetup-plugins-dir', type : 'string',
231 description : 'directory for libcryptsetup plugins')
232 option('shellprofiledir', type : 'string',
233 description : 'directory for Shell profile drop-ins ["no" disables]')
234 option('docdir', type : 'string',
235 description : 'documentation directory')
236 option('install-sysconfdir', type : 'combo', choices : ['true', 'no-samples', 'false'], value : 'true',
237 description : 'install configuration files and directories')
238 option('configfiledir', type : 'string', value : '',
239 description : 'directory for configuration files')
241 option('fallback-hostname', type : 'string', value : 'localhost',
242 description : 'the hostname used if none configured')
243 option('default-hierarchy', type : 'combo',
244 choices : ['legacy', 'hybrid', 'unified'], deprecated : true,
245 description : 'This option is deprecated and will be removed in a future release')
246 option('extra-net-naming-schemes', type : 'string',
247 description : 'comma-separated list of extra net.naming_scheme= definitions')
248 option('default-net-naming-scheme', type : 'string', value : 'latest',
249 description : 'default net.naming_scheme= value')
250 option('status-unit-format-default', type : 'combo',
251 choices : ['auto', 'description', 'name', 'combined'],
252 description : 'use unit name or description in messages by default')
253 option('time-epoch', type : 'integer', value : 0,
254 description : 'time epoch for time clients')
255 option('clock-valid-range-usec-max', type : 'integer', value : 473364000000000, # 15 years
256 description : 'maximum value in microseconds for the difference between RTC and epoch, exceeding which is considered an RTC error ["0" disables]')
257 option('default-user-shell', type : 'string', value : '/bin/bash',
258 description : 'default interactive shell')
260 option('system-alloc-uid-min', type : 'integer', value : 0,
261 description : 'minimum system UID used when allocating')
262 option('system-alloc-gid-min', type : 'integer', value : 0,
263 description : 'minimum system GID used when allocating')
264 option('system-uid-max', type : 'integer', value : 0,
265 description : 'maximum system UID')
266 option('system-gid-max', type : 'integer', value : 0,
267 description : 'maximum system GID')
268 option('dynamic-uid-min', type : 'integer', value : 0x0000EF00,
269 description : 'minimum dynamic UID')
270 option('dynamic-uid-max', type : 'integer', value : 0x0000FFEF,
271 description : 'maximum dynamic UID')
272 option('container-uid-base-min', type : 'integer', value : 0x00080000,
273 description : 'minimum container UID base')
274 option('container-uid-base-max', type : 'integer', value : 0x6FFF0000,
275 description : 'maximum container UID base')
276 option('adm-group', type : 'boolean',
277 description : 'the ACL for adm group should be added')
278 option('wheel-group', type : 'boolean',
279 description : 'the ACL for wheel group should be added')
280 option('nobody-user', type : 'string',
281 description : 'The name of the nobody user (the one with UID 65534)',
283 option('nobody-group', type : 'string',
284 description : 'The name of the nobody group (the one with GID 65534)',
286 option('adm-gid', type : 'integer', value : 0,
287 description : 'soft-static allocation for the "adm" group')
288 option('audio-gid', type : 'integer', value : 0,
289 description : 'soft-static allocation for the "audio" group')
290 option('cdrom-gid', type : 'integer', value : 0,
291 description : 'soft-static allocation for the "cdrom" group')
292 option('dialout-gid', type : 'integer', value : 0,
293 description : 'soft-static allocation for the "dialout" group')
294 option('disk-gid', type : 'integer', value : 0,
295 description : 'soft-static allocation for the "disk" group')
296 option('input-gid', type : 'integer', value : 0,
297 description : 'soft-static allocation for the "input" group')
298 option('kmem-gid', type : 'integer', value : 0,
299 description : 'soft-static allocation for the "kmem" group')
300 option('kvm-gid', type : 'integer', value : 0,
301 description : 'soft-static allocation for the "kvm" group')
302 option('lp-gid', type : 'integer', value : 0,
303 description : 'soft-static allocation for the "lp" group')
304 option('render-gid', type : 'integer', value : 0,
305 description : 'soft-static allocation for the "render" group')
306 option('sgx-gid', type : 'integer', value : 0,
307 description : 'soft-static allocation for the "sgx" group')
308 option('tape-gid', type : 'integer', value : 0,
309 description : 'soft-static allocation for the "tape" group')
310 option('tty-gid', type : 'integer', value : 5,
311 description : 'the numeric GID of the "tty" group')
312 option('users-gid', type : 'integer', value : 0,
313 description : 'soft-static allocation for the "users" group')
314 option('utmp-gid', type : 'integer', value : 0,
315 description : 'soft-static allocation for the "utmp" group')
316 option('video-gid', type : 'integer', value : 0,
317 description : 'soft-static allocation for the "video" group')
318 option('wheel-gid', type : 'integer', value : 0,
319 description : 'soft-static allocation for the "wheel" group')
320 option('systemd-journal-gid', type : 'integer', value : 0,
321 description : 'soft-static allocation for the systemd-journal group')
322 option('systemd-network-uid', type : 'integer', value : 0,
323 description : 'soft-static allocation for the systemd-network user')
324 option('systemd-resolve-uid', type : 'integer', value : 0,
325 description : 'soft-static allocation for the systemd-resolve user')
326 option('systemd-timesync-uid', type : 'integer', value : 0,
327 description : 'soft-static allocation for the systemd-timesync user')
329 option('dev-kvm-mode', type : 'string', value : '0666',
330 description : '/dev/kvm access mode')
331 option('group-render-mode', type : 'string', value : '0666',
332 description : 'Access mode for devices owned by render group (e.g. /dev/dri/renderD*, /dev/kfd).')
333 option('default-kill-user-processes', type : 'boolean',
334 description : 'the default value for KillUserProcesses= setting')
335 option('gshadow', type : 'boolean',
336 description : 'support for shadow group')
337 option('default-locale', type : 'string', value : 'C.UTF-8',
338 description : 'default locale used when /etc/locale.conf does not exist')
339 option('nspawn-locale', type : 'string', value : 'C.UTF-8',
340 description : 'default locale used by systemd-nspawn when executing commands in a container')
341 option('default-keymap', type : 'string', value : 'us',
342 description : 'default keymap used when populating /etc/vconsole.conf')
343 option('localegen-path', type : 'string', value : '',
344 description : 'absolute path to the locale-gen binary in case the system is using locale-gen')
345 option('service-watchdog', type : 'string', value : '3min',
346 description : 'default watchdog setting for systemd services')
348 option('default-dnssec', type : 'combo',
349 description : 'default DNSSEC mode',
350 choices : ['yes', 'allow-downgrade', 'no'],
351 value : 'allow-downgrade')
352 option('default-dns-over-tls', type : 'combo',
353 description : 'default DNS-over-TLS mode',
354 choices : ['yes', 'opportunistic', 'no'],
356 option('default-mdns', type : 'combo',
357 choices : ['yes', 'resolve', 'no'],
358 description : 'default MulticastDNS mode',
360 option('default-llmnr', type : 'combo',
361 choices : ['yes', 'resolve', 'no'],
362 description : 'default LLMNR mode',
364 option('dns-over-tls', type : 'combo', choices : ['auto', 'gnutls', 'openssl', 'true', 'false'],
365 description : 'DNS-over-TLS support')
366 option('dns-servers', type : 'string',
367 description : 'space-separated list of default DNS servers',
368 value : '1.1.1.1#cloudflare-dns.com 8.8.8.8#dns.google 1.0.0.1#cloudflare-dns.com 8.8.4.4#dns.google 2606:4700:4700::1111#cloudflare-dns.com 2001:4860:4860::8888#dns.google 2606:4700:4700::1001#cloudflare-dns.com 2001:4860:4860::8844#dns.google')
369 option('ntp-servers', type : 'string',
370 description : 'space-separated list of default NTP servers',
371 value : 'time1.google.com time2.google.com time3.google.com time4.google.com')
372 option('support-url', type : 'string',
373 description : 'the support URL to show in catalog entries included in systemd',
374 value : 'https://lists.freedesktop.org/mailman/listinfo/systemd-devel')
375 option('www-target', type : 'string',
376 description : 'the address and dir to upload docs too',
377 value : 'www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd')
379 option('seccomp', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
380 description : 'SECCOMP support')
381 option('selinux', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
382 description : 'SELinux support')
383 option('apparmor', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
384 description : 'AppArmor support')
385 option('smack', type : 'boolean',
386 description : 'SMACK support')
387 option('smack-run-label', type : 'string',
388 description : 'run systemd --system itself with a specific SMACK label')
389 option('smack-default-process-label', type : 'string',
390 description : 'default SMACK label for executed processes')
391 option('polkit', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
392 description : 'polkit support')
393 option('ima', type : 'boolean',
394 description : 'IMA support')
395 option('ipe', type : 'boolean',
396 description : 'IPE support')
398 option('acl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
399 description : 'libacl support')
400 option('audit', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
401 description : 'libaudit support')
402 option('blkid', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
403 description : 'libblkid support')
404 option('fdisk', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
405 description : 'libfdisk support')
406 option('kmod', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
407 description : 'support for loadable modules')
408 option('xenctrl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
409 description : 'support for Xen kexec')
410 option('pam', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
411 description : 'PAM support')
412 option('passwdqc', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
413 description : 'libpasswdqc support')
414 option('pwquality', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
415 description : 'libpwquality support')
416 option('microhttpd', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
417 description : 'libµhttpd support')
418 option('libcryptsetup', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
419 description : 'libcryptsetup support')
420 option('libcryptsetup-plugins', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
421 description : 'libcryptsetup LUKS2 external token handlers support (plugins)')
422 option('libcurl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
423 description : 'libcurl support')
424 option('idn', type : 'boolean',
425 description : 'use IDN when printing hostnames')
426 option('libidn2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
427 description : 'libidn2 support')
428 option('libidn', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
429 description : 'libidn support')
430 option('libiptc', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
431 description : 'libiptc support')
432 option('qrencode', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
433 description : 'libqrencode support')
434 option('gcrypt', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
435 description : 'gcrypt support')
436 option('gnutls', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
437 description : 'gnutls support')
438 option('openssl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
439 description : 'openssl support')
440 option('cryptolib', type : 'combo', choices : ['auto', 'openssl', 'gcrypt'],
441 description : 'whether to use openssl or gcrypt where both are supported')
442 option('p11kit', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
443 description : 'p11kit support')
444 option('libfido2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
445 description : 'FIDO2 support')
446 option('tpm2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
447 description : 'TPM2 support')
448 option('elfutils', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
449 description : 'elfutils support')
450 option('zlib', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
451 description : 'zlib compression support')
452 option('bzip2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
453 description : 'bzip2 compression support')
454 option('xz', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
455 description : 'xz compression support')
456 option('lz4', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
457 description : 'lz4 compression support')
458 option('zstd', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
459 description : 'zstd compression support')
460 option('default-compression', type : 'combo', choices : ['auto', 'zstd', 'lz4', 'xz'], value: 'auto',
461 description : 'default compression algorithm')
462 option('xkbcommon', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
463 description : 'xkbcommon keymap support')
464 option('pcre2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
465 description : 'regexp matching support using pcre2')
466 option('glib', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
467 description : 'libglib support (for tests only)')
468 option('dbus', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
469 description : 'libdbus support (for tests only)')
470 option('libarchive', type : 'feature',
471 description : 'libarchive support')
473 option('bootloader', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
474 description : 'sd-boot/stub and userspace tools')
475 option('sbat-distro', type : 'string', value : 'auto',
476 description : 'SBAT distribution ID, e.g. fedora, or auto for autodetection')
477 option('sbat-distro-generation', type : 'integer', value : 1,
478 description : 'SBAT distribution generation')
479 option('sbat-distro-summary', type : 'string',
480 description : 'SBAT distribution summary, e.g. Fedora')
481 option('sbat-distro-pkgname', type : 'string',
482 description : 'SBAT distribution package name, e.g. systemd')
483 option('sbat-distro-version', type : 'string',
484 description : 'SBAT distribution package version, e.g. 248-7.fc34')
485 option('sbat-distro-url', type : 'string',
486 description : 'SBAT distribution URL, e.g. https://src.fedoraproject.org/rpms/systemd')
487 option('efi-color-normal', type : 'string', value : 'lightgray,black',
488 description : 'general boot loader color in "foreground,background" form, see constants from eficon.h')
489 option('efi-color-entry', type : 'string', value : 'lightgray,black',
490 description : 'boot loader color for entries')
491 option('efi-color-highlight', type : 'string', value : 'black,lightgray',
492 description : 'boot loader color for selected entries')
493 option('efi-color-edit', type : 'string', value : 'black,lightgray',
494 description : 'boot loader color for option line edit')
495 option('efi-stub-extra-sections', type : 'integer', value : 30,
496 description : 'minimum number of sections to keep free in stub PE header')
497 option('efi-addon-extra-sections', type : 'integer', value : 15,
498 description : 'minimum number of sections to keep free in addon PE header')
500 option('bashcompletiondir', type : 'string',
501 description : 'directory for bash completion scripts ["no" disables]')
502 option('zshcompletiondir', type : 'string',
503 description : 'directory for zsh completion scripts ["no" disables]')
505 option('tests', type : 'combo', choices : ['true', 'unsafe', 'false'],
506 description : 'enable extra tests with =unsafe')
507 option('slow-tests', type : 'boolean', value : false,
508 description : 'run the slow tests by default')
509 option('fuzz-tests', type : 'boolean', value : false,
510 description : 'run the fuzzer regression tests by default (with sanitizers)')
511 option('install-tests', type : 'boolean', value : false,
512 description : 'install test executables')
513 option('log-message-verification', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
514 description : 'do fake printf() calls to verify format strings')
515 option('integration-tests', type : 'boolean', value : false,
516 description : 'run the integration tests')
518 option('ok-color', type : 'combo',
519 choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan',
520 'white', 'highlight-black', 'highlight-red', 'highlight-green',
521 'highlight-yellow', 'highlight-blue', 'highlight-magenta',
522 'highlight-cyan', 'highlight-white'],
524 description: 'color of the "OK" status message')
525 option('urlify', type : 'boolean', value : true,
526 description : 'enable pager Hyperlink ANSI sequence support')
527 option('fexecve', type : 'boolean', value : false,
528 description : 'use fexecve() to spawn children')
530 option('oss-fuzz', type : 'boolean', value : false,
531 description : 'build against oss-fuzz')
532 option('llvm-fuzz', type : 'boolean', value : false,
533 description : 'build against LLVM libFuzzer')
534 option('kernel-install', type: 'boolean', value: true,
535 description : 'install kernel-install and associated files')
536 option('ukify', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
537 description : 'install ukify')
538 option('analyze', type: 'boolean', value: true,
539 description : 'install systemd-analyze')
541 option('bpf-compiler', type : 'combo', choices : ['clang', 'gcc'],
542 description : 'compiler used to build BPF programs')
543 option('bpf-framework', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
544 description : 'build BPF programs from source code in restricted C')
545 option('vmlinux-h', type : 'combo', choices : ['auto', 'provided', 'generated', 'disabled'],
546 description : 'which vmlinux.h to use')
547 option('vmlinux-h-path', type : 'string', value : '',
548 description : 'path to vmlinux.h to use')
550 option('default-mountfsd-trusted-directories', type : 'boolean', value: false,
551 description : 'controls whether mountfsd should apply a relaxed policy on DDIs in system DDI directories')