live: explicitly install cryptsetup-initramfs

cryptsetup used to recommend `cryptsetup-initramfs` but that
recommendation was changed to `dracut | cryptsetup-initramfs` when we
switched to Dracut as default (LP: #2142775).

Since the live layer still uses initramfs-tools (see LP #2143923),
explicitly pull in cryptsetup-initramfs to keep initramfs-tools in the
live layer instead of dracut.

LP: #2146567
This commit is contained in:
Benjamin Drung 2026-04-01 13:09:44 +02:00
parent 4ee75ba119
commit 9f8413b8b0

1
live
View File

@ -32,3 +32,4 @@ Task-Seeds: live-common
* cifs-utils # Needed by casper for CIFS root * cifs-utils # Needed by casper for CIFS root
* cryptsetup # For LUKS/encryption support in Calamares * cryptsetup # For LUKS/encryption support in Calamares
* cryptsetup-initramfs