OSInside / kiwi

KIWI - Appliance Builder Next Generation
https://osinside.github.io/kiwi
GNU General Public License v3.0
283 stars 144 forks source link

Fix activation of luks pool in the initrd #2496

Closed schaefi closed 4 months ago

schaefi commented 4 months ago

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 commented 4 months ago

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