From: Vitaly Kuznetsov <[email protected]>

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 <[email protected]>

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,10 @@ 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 --no-kernel | grep '^systemd-cryptsetup$'`
+dracutmodules+=" $CSMODULE "
+
 # modules: support root on virtiofs
 dracutmodules+=" virtiofs "
 

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3339

-- 
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to