mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-28 11:33:26 +00:00
d/control: depend on kernel 6.2 by default
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ab48797081
commit
794a28d89a
4
debian/control
vendored
4
debian/control
vendored
@ -11,7 +11,7 @@ Depends: pmg-api (>= 7.3~),
|
||||
pmg-gui (>= 3.3~),
|
||||
proxmox-archive-keyring,
|
||||
proxmox-kernel-helper,
|
||||
pve-kernel-5.15,
|
||||
pve-kernel-6.2,
|
||||
${misc:Depends},
|
||||
Description: Proxmox Mail Gateway
|
||||
The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy,
|
||||
@ -21,7 +21,7 @@ Description: Proxmox Mail Gateway
|
||||
|
||||
Package: pve-headers
|
||||
Architecture: all
|
||||
Depends: pve-headers-5.15, ${misc:Depends},
|
||||
Depends: pve-headers-6.2, ${misc:Depends},
|
||||
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.15 /boot/pve/vmlinuz
|
||||
ln -sf /boot/pve/initrd.img-5.15 /boot/pve/initrd.img
|
||||
ln -sf /boot/pve/vmlinuz-6.2 /boot/pve/vmlinuz
|
||||
ln -sf /boot/pve/initrd.img-6.2 /boot/pve/initrd.img
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user