Add cryptsetup-initramfs to package pool

This commit is contained in:
Jonathan Carter 2023-05-02 14:33:08 +02:00
parent 7b36f5b0ad
commit d5b3a21031
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
live-build (1:20230502) unstable; urgency=medium
* Team upload
* Add cryptsetup-initramfs to package pool (Closes: #1035360)
-- Jonathan Carter <jcc@debian.org> Tue, 02 May 2023 14:30:24 +0200
live-build (1:20230131) unstable; urgency=medium
[ Roland Clobus ]

View File

@ -367,7 +367,7 @@ then
amd64)
DI_REQ_PACKAGES="grub-pc" # BIOS
DI_REQ_PACKAGES="${DI_REQ_PACKAGES} grub-efi-amd64 efibootmgr grub-efi-amd64-signed shim-signed" # UEFI (required for d-i, includes suggested packages)
DI_REQ_PACKAGES="${DI_REQ_PACKAGES} efibootmgr grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed grub2-common mokutil shim-helpers-amd64-signed shim-signed shim-signed-common shim-unsigned cryptsetup keyutils" # UEFI (required by Calamares)
DI_REQ_PACKAGES="${DI_REQ_PACKAGES} efibootmgr grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed grub2-common mokutil shim-helpers-amd64-signed shim-signed shim-signed-common shim-unsigned cryptsetup cryptsetup-initramfs keyutils" # UEFI (required by Calamares)
DI_PACKAGES="linux-image-amd64"
;;