Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix activation of luks pool in the initrd #2496

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

schaefi
Copy link
Collaborator

@schaefi schaefi commented Feb 29, 2024

kiwi called systemd-cryptsetup directly which does not take the settings available in /etc/crypttab into account. This commit changes the activation procedure in a way that the generator created unit file systemd-cryptsetup@... is used

This Fixes bsc#1219009

@schaefi schaefi requested a review from Vogtinator February 29, 2024 14:39
@schaefi schaefi self-assigned this Feb 29, 2024
@schaefi schaefi force-pushed the fix_use_of_systemd_cryptsetup branch 2 times, most recently from acc3e1f to 1dfb0dc Compare February 29, 2024 15:16
helper/v9compliance_test.sh Fixed Show fixed Hide fixed
helper/v9compliance_test.sh Fixed Show fixed Hide fixed
@schaefi schaefi force-pushed the fix_use_of_systemd_cryptsetup branch from 4277a1a to 4a2fdce Compare February 29, 2024 15:21
@schaefi schaefi force-pushed the fix_use_of_systemd_cryptsetup branch from 4a2fdce to 94c933d Compare February 29, 2024 15:46
@schaefi
Copy link
Collaborator Author

schaefi commented Feb 29, 2024

I tested the current change and it worked so far for me

kiwi called systemd-cryptsetup directly which does not take
the settings available in /etc/crypttab into account. This
commit changes the activation procedure in a way that the
generator created unit file systemd-cryptsetup@... is used
This Fixes bsc#1219009
@schaefi schaefi force-pushed the fix_use_of_systemd_cryptsetup branch from 94c933d to d6e2d4e Compare February 29, 2024 19:47
@schaefi schaefi merged commit 63c5e0f into main Mar 1, 2024
15 checks passed
@schaefi schaefi deleted the fix_use_of_systemd_cryptsetup branch March 1, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants