mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-28 13:09:57 +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
|
||||
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
4
debian/postinst
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user