diff options
author | Luca Boccassi <bluca@debian.org> | 2023-11-03 17:04:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 17:04:38 +0100 |
commit | 1af46aecf532c66d5e3291407328f9e27e379e80 (patch) | |
tree | da189af36c56ab06ec179e6d0a773bd2e7e4fc44 /meson_options.txt | |
parent | Merge pull request #29840 from poettering/cryptsetup-tweaks-nore (diff) | |
parent | vmspawn: created man page (diff) | |
download | systemd-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.txt | 2 |
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', |