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