mirror of
https://git.proxmox.com/git/proxmox-secure-boot-support
synced 2025-10-17 07:29:06 +00:00
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
Source: proxmox-secure-boot-support
|
|
Section: admin
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 13), lintian,
|
|
Standards-Version: 4.6.2
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
|
|
Package: proxmox-secure-boot-support
|
|
Architecture: amd64
|
|
Section: admin
|
|
Priority: optional
|
|
# NOTE: always keep the last two grub versions as valid dependency to allow users to downgrade
|
|
# easily on issues and to make our repo upload simpler w.r.t. satisfying dependencies
|
|
Depends: grub-efi-amd64-signed (= 1+2.06+13+pmx1) | grub-efi-amd64-signed (= 1+2.06+13+pmx2),
|
|
proxmox-grub (= 2.06-13+pmx1) | proxmox-grub (= 1+2.06+13+pmx2),
|
|
shim-helpers-amd64-signed (= 1+15.7+1+pmx1),
|
|
shim-signed (= 1.39+pmx1+15.7-1+pmx1),
|
|
shim-unsigned (= 15.8-1+pmx1),
|
|
${misc:Depends},
|
|
Description: Meta package pulling in signed Secure Boot related packages
|
|
This is a metapackage which will install and version-pin Proxmox variants of
|
|
the signed shim and Grub packages needed to support Secure Boot out of the box
|
|
on most systems. It only needs to be installed if Secure Boot support is
|
|
desired and no manual key enrollment is done.
|