From 250dc2a22ff10107363d9edb4b4a418885365239 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 7 May 2020 12:20:24 +0200 Subject: [PATCH] depend on 5.4 kernel Signed-off-by: Thomas Lamprecht --- debian/control | 2 +- debian/postinst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 9c6e745..8bd613b 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Maintainer: Proxmox Support Team Package: proxmox-backup Architecture: all Depends: libc6, - pve-kernel-5.3, + pve-kernel-5.4, pve-kernel-helper, proxmox-backup-server, proxmox-backup-client, diff --git a/debian/postinst b/debian/postinst index 0c8a87d..2c339ab 100755 --- a/debian/postinst +++ b/debian/postinst @@ -7,8 +7,8 @@ case "$1" in configure) # setup kernel links for installation CD (rescue boot) mkdir -p /boot/pve - ln -sf /boot/pve/vmlinuz-5.0 /boot/pve/vmlinuz - ln -sf /boot/pve/initrd.img-5.0 /boot/pve/initrd.img + ln -sf /boot/pve/vmlinuz-5.4 /boot/pve/vmlinuz + ln -sf /boot/pve/initrd.img-5.4 /boot/pve/initrd.img ;; esac