From: Jan Stancek on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3339#note_2096577671

> Yea, that's the problem. For dracut \< 102, 'systemd-cryptsetup' module is
non-existent so the change is not needed and in fact, if we ask dracut to
include a module it doesn't know about, it will fail.

But the functionality is in older dracut too, right? I meant if we could
change it to something like:
```
if [ $dracut_ver -gt 102 ]; then
    dracutmodules+=" systemd-cryptsetup "
fi
```

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