From 9f8413b8b05b16c4c1421f9db794407cdf41e4a1 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 1 Apr 2026 13:09:44 +0200 Subject: [PATCH] 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 --- live | 1 + 1 file changed, 1 insertion(+) diff --git a/live b/live index 79c77d6..660f886 100644 --- a/live +++ b/live @@ -32,3 +32,4 @@ Task-Seeds: live-common * cifs-utils # Needed by casper for CIFS root * cryptsetup # For LUKS/encryption support in Calamares + * cryptsetup-initramfs