depend on 5.4 kernel

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-07 12:20:24 +02:00
parent daf8848034
commit 250dc2a22f
2 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -8,7 +8,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
Package: proxmox-backup
Architecture: all
Depends: libc6,
pve-kernel-5.3,
pve-kernel-5.4,
pve-kernel-helper,
proxmox-backup-server,
proxmox-backup-client,

4
debian/postinst vendored
View File

@ -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.0 /boot/pve/vmlinuz
ln -sf /boot/pve/initrd.img-5.0 /boot/pve/initrd.img
ln -sf /boot/pve/vmlinuz-5.4 /boot/pve/vmlinuz
ln -sf /boot/pve/initrd.img-5.4 /boot/pve/initrd.img
;;
esac