From 794a28d89a23f26300bf4fabed80d9aa467d9aaf Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 19 Jun 2023 20:26:47 +0200 Subject: [PATCH] d/control: depend on kernel 6.2 by default Signed-off-by: Stoiko Ivanov Signed-off-by: Thomas Lamprecht --- debian/control | 4 ++-- debian/postinst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index f5fe4a5..58e59f1 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/postinst b/debian/postinst index d0534c5..f306b8d 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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