diff options
author | Sam Leonard <sam.leonard@codethink.co.uk> | 2023-10-12 14:13:19 +0200 |
---|---|---|
committer | Sam Leonard <sam.leonard@codethink.co.uk> | 2023-11-02 17:21:40 +0100 |
commit | 9de3cc14842beedeeaf592592027d026a5650bcb (patch) | |
tree | 6868292654d3c2736084bb1eea6b9dc54007f8f2 /meson_options.txt | |
parent | string-util: add on_off (diff) | |
download | systemd-9de3cc14842beedeeaf592592027d026a5650bcb.tar.xz systemd-9de3cc14842beedeeaf592592027d026a5650bcb.zip |
vmspawn: added initial code for vmspawn
vmspawn-settings.c is currently empty but this will be used in future to
house code for parsing settings from a file
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 831d23e299..63e14d4f6c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -154,6 +154,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', |