summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-11-03 17:04:38 +0100
committerGitHub <noreply@github.com>2023-11-03 17:04:38 +0100
commit1af46aecf532c66d5e3291407328f9e27e379e80 (patch)
treeda189af36c56ab06ec179e6d0a773bd2e7e4fc44 /meson_options.txt
parentMerge pull request #29840 from poettering/cryptsetup-tweaks-nore (diff)
parentvmspawn: created man page (diff)
downloadsystemd-1af46aecf532c66d5e3291407328f9e27e379e80.tar.xz
systemd-1af46aecf532c66d5e3291407328f9e27e379e80.zip
Merge pull request #29508 from CodethinkLabs/systemd-vmspawn-pr
systemd-vmspawn implementation that only supports disk images
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 83b1f81214..abefa28458 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -156,6 +156,8 @@ option('backlight', type : 'boolean',
description : 'support for restoring backlight state')
option('vconsole', type : 'boolean',
description : 'support for vconsole configuration')
+option('vmspawn', type : 'boolean', value: false,
+ description : 'install the systemd-vmspawn tool')
option('quotacheck', type : 'boolean',
description : 'support for the quotacheck tools')
option('sysusers', type : 'boolean',