diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-11-01 16:53:02 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-11-02 20:47:41 +0100 |
commit | ede5a78f50ed2d5f86dc7a117de2a51b397d52d4 (patch) | |
tree | 4defd303c0d7769dcbdf46d8fbc347ebfd136d30 /meson_options.txt | |
parent | test: further extend systemctl's sanity coverage (diff) | |
download | systemd-ede5a78f50ed2d5f86dc7a117de2a51b397d52d4.tar.xz systemd-ede5a78f50ed2d5f86dc7a117de2a51b397d52d4.zip |
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.txt | 2 |
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'], |