Add cryptsetup-initramfs to package pool
This commit is contained in:
parent
7b36f5b0ad
commit
d5b3a21031
|
@ -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
|
live-build (1:20230131) unstable; urgency=medium
|
||||||
|
|
||||||
[ Roland Clobus ]
|
[ Roland Clobus ]
|
||||||
|
|
|
@ -367,7 +367,7 @@ then
|
||||||
amd64)
|
amd64)
|
||||||
DI_REQ_PACKAGES="grub-pc" # BIOS
|
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} 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"
|
DI_PACKAGES="linux-image-amd64"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue