mirror of
https://git.proxmox.com/git/pve-edk2-firmware
synced 2025-10-04 05:11:11 +00:00

new repository splitting out the EDK2 (Efi Development Kit II) backed OVMF (Open Virtual Machine Firmware) from pve-qemu package, where only pre-built BLOBs were tracked. Borrow some the built style from the Debian Upstream package. We do not provide/conflict ovmf from Debian, but rather see this as it's own package, providing the FW files under its own path. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
21 lines
704 B
Plaintext
21 lines
704 B
Plaintext
Source: pve-edk2-firmware
|
|
Section: misc
|
|
Priority: extra
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: debhelper (>= 9),
|
|
iasl,
|
|
nasm,
|
|
python,
|
|
uuid-dev,
|
|
Homepage: http://www.tianocore.org
|
|
Standards-Version: 3.9.8
|
|
|
|
Package: pve-edk2-firmware
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
Description: edk2 based firmware modules for virtual machines
|
|
Contains OVMF. Open Virtual Machine Firmware (OVMF) is a build of EDK II for
|
|
virtual machines. It includes full support for UEFI, including Secure Boot,
|
|
allowing use of UEFI in place of a traditional BIOS in your VM.
|
|
Proxmox VE specific release with disabled secure boot.
|