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