depende on pve-kernel-5.4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-22 13:41:12 +02:00
parent 4a7edd85a6
commit f91da74eaf
2 changed files with 4 additions and 4 deletions

4
debian/control vendored
View File

@ -8,7 +8,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
Package: proxmox-mailgateway
Architecture: all
Depends: libc6,
pve-kernel-5.3,
pve-kernel-5.4,
pve-kernel-helper,
pmg-api
Description: Proxmox Mail Gateway
@ -19,7 +19,7 @@ Description: Proxmox Mail Gateway
Package: pve-headers
Architecture: all
Depends: pve-headers-5.3,
Depends: pve-headers-5.4,
Description: Default Proxmox Kernel Headers
This is a virtual package which will install the kernel headers for the
current default kernel.

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.3 /boot/pve/vmlinuz
ln -sf /boot/pve/initrd.img-5.3 /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