bump version to 8.1.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-23 10:34:46 +01:00
parent 06586cceb4
commit 334c1dc288
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
proxmox-ve (8.1.0) bookworm; urgency=medium
* bump for Proxmox VE 8.1
-- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2023 09:25:11 +0100
proxmox-ve (8.0.2) bookworm; urgency=medium proxmox-ve (8.0.2) bookworm; urgency=medium
* switch to new Proxmox kernel meta packages * switch to new Proxmox kernel meta packages

4
debian/postinst vendored
View File

@ -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 || true mkdir -p /boot/pve || true
ln -sf /boot/pve/vmlinuz-6.2 /boot/pve/vmlinuz || true ln -sf /boot/pve/vmlinuz-6.5 /boot/pve/vmlinuz || true
ln -sf /boot/pve/initrd.img-6.2 /boot/pve/initrd.img || true ln -sf /boot/pve/initrd.img-6.5 /boot/pve/initrd.img || true
;; ;;
esac esac