summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-11-01 16:53:02 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2022-11-02 20:47:41 +0100
commitede5a78f50ed2d5f86dc7a117de2a51b397d52d4 (patch)
tree4defd303c0d7769dcbdf46d8fbc347ebfd136d30 /meson_options.txt
parent23f3a6f5ff864fd26063c6c35fdaa6d85de566c7 (diff)
downloadsystemd-ede5a78f50ed2d5f86dc7a117de2a51b397d52d4.tar.gz
shutdown: Add Xen kexec support
In the Xen case, it's the hypervisor which manages kexec. We thus have to ask it whether a kernel is loaded, instead of relying on /sys/kernel/kexec_loaded.
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 814f340840..19e9c2d990 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -371,6 +371,8 @@ option('fdisk', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'libfdisk support')
option('kmod', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'support for loadable modules')
+option('xenctrl', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : 'support for Xen kexec')
option('pam', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'PAM support')
option('pwquality', type : 'combo', choices : ['auto', 'true', 'false'],