From a1fb08a7513ea4bca4cfda496b75cb1ab656f796 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 20 Apr 2022 14:57:53 +0200 Subject: [PATCH] depend on 5.15 by default 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 3a5d479..8a42cae 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: apt, openssh-client, openssh-server, proxmox-archive-keyring, - pve-kernel-5.13 | pve-kernel-5.15, + pve-kernel-5.15, pve-kernel-helper, pve-manager, pve-qemu-kvm, @@ -30,7 +30,7 @@ Description: Proxmox Virtual Environment Package: pve-headers Architecture: all -Depends: pve-headers-5.13 | pve-headers-5.15 +Depends: pve-headers-5.15 Description: Default Proxmox VE Kernel Headers This is a metapackage which will install the kernel headers for the current default kernel. diff --git a/debian/postinst b/debian/postinst index bf9943f..068b6f5 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 || true - ln -sf /boot/pve/vmlinuz-5.13 /boot/pve/vmlinuz || true - ln -sf /boot/pve/initrd.img-5.13 /boot/pve/initrd.img || true + ln -sf /boot/pve/vmlinuz-5.15 /boot/pve/vmlinuz || true + ln -sf /boot/pve/initrd.img-5.15 /boot/pve/initrd.img || true ;; esac -- 2.39.5