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
@@ -1,3 +1,5 @@
+DRACUT_VERSION=`dracut --version | cut -f 2 -d ' ' | sed s,-.*$,,`
+
 # generic + compressed please
 hostonly="no"
 compress="xz"
@@ -14,6 +16,11 @@ 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
+if [ "$DRACUT_VERSION" -ge "102" ]; 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 -- [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