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,9 @@ 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
+dracutmodules+=" systemd-cryptsetup "
+
 # modules: support root on virtiofs
 dracutmodules+=" virtiofs "
 
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100644
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -787,7 +787,7 @@ BuildRequires: lld
 %endif
 
 %if %{with_efiuki}
-BuildRequires: dracut
+BuildRequires: dracut >= 102
 # For dracut UEFI uki binaries
 BuildRequires: binutils
 # For the initrd

--
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