From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> uki-virt: add systemd-cryptsetup module Previously, systemd-cryptsetup was included through 'crypt' dracut module but with dracut-102 it was separated. As a result, UKI is not able to boot from encrypted volumes. Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> diff --git a/redhat/dracut-virt.conf b/redhat/dracut-virt.conf index blahblah..blahblah 100644 --- a/redhat/dracut-virt.conf +++ b/redhat/dracut-virt.conf @@ -14,6 +14,12 @@ dracutmodules+=" dm lvm rootfs-block fs-lib " # modules: tpm and crypto dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrphase " +# dracut >= 102 separated systemd-cryptsetup into its own module +CSMODULE=`dracut --list-modules | grep '^systemd-cryptsetup$'` +if [ ! -z "$CSMODULE" ]; then +dracutmodules+=" systemd-cryptsetup " +fi + # modules: support root on virtiofs dracutmodules+=" virtiofs " -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3339 -- _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue