From bb6af1d25b89c6df8f0c041a1af5a904f62ee84e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 12 Jun 2023 11:43:54 +0200 Subject: [PATCH] d/control: depend on 6.2 as default 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 f58f57e..81dda9f 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Depends: proxmox-archive-keyring, proxmox-backup-client, proxmox-backup-server, proxmox-kernel-helper, - pve-kernel-5.15, + pve-kernel-6.2, Description: Proxmox Backup Server meta package This is a meta package which will install everything needed to run a Proxmox Backup server. This package also depends on the latest diff --git a/debian/postinst b/debian/postinst index d0534c5..f306b8d 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.15 /boot/pve/vmlinuz - ln -sf /boot/pve/initrd.img-5.15 /boot/pve/initrd.img + ln -sf /boot/pve/vmlinuz-6.2 /boot/pve/vmlinuz + ln -sf /boot/pve/initrd.img-6.2 /boot/pve/initrd.img ;; esac