From f996d467c88bf43f36518403f3b6a873e44b2e49 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 22 Nov 2021 14:06:06 +0100 Subject: [PATCH] d/control: switch over to 5.11 kernel as new default 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 631797d..1085725 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Depends: libc6, proxmox-archive-keyring, proxmox-backup-client, proxmox-backup-server, - pve-kernel-5.11, + pve-kernel-5.13, pve-kernel-helper, Description: Proxmox Backup Server metapackage This is a meta package which will install everything needed to run a diff --git a/debian/postinst b/debian/postinst index fe4c6c5..92e6350 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.11 /boot/pve/vmlinuz - ln -sf /boot/pve/initrd.img-5.11 /boot/pve/initrd.img + ln -sf /boot/pve/vmlinuz-5.13 /boot/pve/vmlinuz + ln -sf /boot/pve/initrd.img-5.13 /boot/pve/initrd.img ;; esac