From e3a8c965e29aeeede8888a1dbd5f9854167fe941 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 2 Jul 2021 12:19:22 +0200 Subject: [PATCH] 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 ed2f080..631797d 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.4, + pve-kernel-5.11, 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 a8ed163..fe4c6c5 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.4 /boot/pve/vmlinuz - ln -sf /boot/pve/initrd.img-5.4 /boot/pve/initrd.img + ln -sf /boot/pve/vmlinuz-5.11 /boot/pve/vmlinuz + ln -sf /boot/pve/initrd.img-5.11 /boot/pve/initrd.img ;; esac