]> git.proxmox.com Git - pve-edk2-firmware.git/commitdiff
move OVMF to explicit package keep pve-edk2-firmware for transition
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 Nov 2023 17:48:08 +0000 (18:48 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 19 Nov 2023 13:29:16 +0000 (14:29 +0100)
Allowing us to make those niche use-cases opt-in, saving a few MB of
space.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index 3d1ca573727e236d5972b1c9474ded444c4f577d..6c1b97b35e3fb3bb7afdc9b6c36c863f85087534 100644 (file)
@@ -25,7 +25,19 @@ XS-Build-Indep-Architecture: amd64
 
 Package: pve-edk2-firmware
 Architecture: all
-Depends: pve-edk2-firmware-legacy, ${misc:Depends}
+Depends: pve-edk2-firmware-legacy, pve-edk2-firmware-ovmf, ${misc:Depends},
+Multi-Arch: foreign
+Description: edk2 based UEFI firmware modules for virtual machines
+ Open Virtual Machine Firmware is a build of EDK II for 64-bit, 32-bit x86
+ virtual machines. It includes full support for UEFI, including Secure Boot,
+ allowing use of UEFI in place of a traditional BIOS in your VM.
+ Meta package depending on OVMF and Legacy OVMF images to ease the upgrade
+ transition.
+
+Package: pve-edk2-firmware-ovmf
+Architecture: all
+Depends: ${misc:Depends},
+Breaks: pve-edk2-firmware (<< 4.2023.08-1),
 Multi-Arch: foreign
 Description: edk2 based UEFI firmware modules for virtual machines
  Open Virtual Machine Firmware is a build of EDK II for 64-bit, 32-bit x86