From 331dac76a33f91cb800db2328345f4923b600875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 20 Nov 2023 12:59:13 +0100 Subject: [PATCH] meta package: prefer signed kernel package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to ensure future versions are properly pulled in. Signed-off-by: Fabian Grünbichler --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index 35ab928..92db477 100644 --- a/debian/control.in +++ b/debian/control.in @@ -118,7 +118,7 @@ Section: admin Provides: linux-image-amd64, linux-image-generic, wireguard-modules (=1.0.0), pve-kernel-@KVMAJMIN@ Replaces: pve-kernel-@KVMAJMIN@ Priority: optional -Depends: pve-firmware, proxmox-kernel-@KVNAME@, ${misc:Depends}, +Depends: pve-firmware, proxmox-kernel-@KVNAME@-signed | proxmox-kernel-@KVNAME@, ${misc:Depends}, Description: Latest Proxmox Kernel Image This is a metapackage which will install the latest available proxmox kernel from the @KVMAJMIN@ series.