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 /.github/workflows/build_test.sh | |
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 '.github/workflows/build_test.sh')
-rwxr-xr-x | .github/workflows/build_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index b60db29efc..1eed81600c 100755 --- a/.github/workflows/build_test.sh +++ b/.github/workflows/build_test.sh @@ -42,6 +42,7 @@ PACKAGES=( libqrencode-dev libssl-dev libtss2-dev + libxen-dev libxkbcommon-dev libxtables-dev libzstd-dev |