Skip to content

Commit c0680d6

Browse files
authored
Merge pull request #2009 from madhu-pillai/pkey_cca
dracut: Correctly add pkey_cca kernel mod for cex card
2 parents 089200a + 8e13a8f commit c0680d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/release-notes.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Starting with this release, ignition-validate binaries are signed with the
1919

2020
### Bug fixes
2121

22+
- Add `pkey_cca` kernel module to detect CEX domain for LUKS encryption
2223

2324
## Ignition 2.20.0 (2024-10-22)
2425

dracut/30ignition/module-setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ installkernel() {
121121
# required for cex card early initialization
122122
if [[ ${DRACUT_ARCH:-$(uname -m)} == s390x ]]; then
123123
instmods -c zcrypt_cex4
124+
instmods -c pkey_cca
124125
fi
125126
}
126127

0 commit comments

Comments
 (0)