mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-08-10 18:03:15 +00:00
depende on pve-kernel-5.4
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4a7edd85a6
commit
f91da74eaf
4
debian/control
vendored
4
debian/control
vendored
@ -8,7 +8,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
|
|||||||
Package: proxmox-mailgateway
|
Package: proxmox-mailgateway
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: libc6,
|
Depends: libc6,
|
||||||
pve-kernel-5.3,
|
pve-kernel-5.4,
|
||||||
pve-kernel-helper,
|
pve-kernel-helper,
|
||||||
pmg-api
|
pmg-api
|
||||||
Description: Proxmox Mail Gateway
|
Description: Proxmox Mail Gateway
|
||||||
@ -19,7 +19,7 @@ Description: Proxmox Mail Gateway
|
|||||||
|
|
||||||
Package: pve-headers
|
Package: pve-headers
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: pve-headers-5.3,
|
Depends: pve-headers-5.4,
|
||||||
Description: Default Proxmox Kernel Headers
|
Description: Default Proxmox Kernel Headers
|
||||||
This is a virtual package which will install the kernel headers for the
|
This is a virtual package which will install the kernel headers for the
|
||||||
current default kernel.
|
current default kernel.
|
||||||
|
4
debian/postinst
vendored
4
debian/postinst
vendored
@ -7,8 +7,8 @@ case "$1" in
|
|||||||
configure)
|
configure)
|
||||||
# setup kernel links for installation CD (rescue boot)
|
# setup kernel links for installation CD (rescue boot)
|
||||||
mkdir -p /boot/pve
|
mkdir -p /boot/pve
|
||||||
ln -sf /boot/pve/vmlinuz-5.3 /boot/pve/vmlinuz
|
ln -sf /boot/pve/vmlinuz-5.4 /boot/pve/vmlinuz
|
||||||
ln -sf /boot/pve/initrd.img-5.3 /boot/pve/initrd.img
|
ln -sf /boot/pve/initrd.img-5.4 /boot/pve/initrd.img
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user