mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-28 22:47:15 +00:00
d/control: depend on pve-kernel-5.11 and pve-headers-5.11
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
867cfe1fde
commit
56f6fc976d
4
debian/control
vendored
4
debian/control
vendored
@ -8,7 +8,7 @@ Package: proxmox-mailgateway
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: pmg-api,
|
Depends: pmg-api,
|
||||||
proxmox-archive-keyring,
|
proxmox-archive-keyring,
|
||||||
pve-kernel-5.4,
|
pve-kernel-5.11,
|
||||||
pve-kernel-helper
|
pve-kernel-helper
|
||||||
Description: Proxmox Mail Gateway
|
Description: Proxmox Mail Gateway
|
||||||
The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy,
|
The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy,
|
||||||
@ -18,7 +18,7 @@ Description: Proxmox Mail Gateway
|
|||||||
|
|
||||||
Package: pve-headers
|
Package: pve-headers
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: pve-headers-5.4
|
Depends: pve-headers-5.11
|
||||||
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.4 /boot/pve/vmlinuz
|
ln -sf /boot/pve/vmlinuz-5.11 /boot/pve/vmlinuz
|
||||||
ln -sf /boot/pve/initrd.img-5.4 /boot/pve/initrd.img
|
ln -sf /boot/pve/initrd.img-5.11 /boot/pve/initrd.img
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user