From 1424ee483fddc5e962e0c2098b4cda6ba22c797f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 4 May 2022 09:40:15 +0200 Subject: [PATCH] d/control: switch over to 5.15 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 1085725..1da44e8 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.13, + pve-kernel-5.15, 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 92e6350..d0534c5 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.13 /boot/pve/vmlinuz - ln -sf /boot/pve/initrd.img-5.13 /boot/pve/initrd.img + ln -sf /boot/pve/vmlinuz-5.15 /boot/pve/vmlinuz + ln -sf /boot/pve/initrd.img-5.15 /boot/pve/initrd.img ;; esac