]> git.proxmox.com Git - proxmox-ve.git/commitdiff
bump version to 8.1.0
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Nov 2023 09:34:46 +0000 (10:34 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Nov 2023 09:34:46 +0000 (10:34 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/changelog
debian/postinst

index 6aef8e644a8f1331fa165e10f74d10de59c9e170..4e99a7937a06217b0bf2aac383c4f63acc05dce6 100644 (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
 
   * switch to new Proxmox kernel meta packages
index a9d5cac895dc98d91f3df4d543f5bdad6e2cb0d6..c7d127097d342dda12d2a02147382195b9cccd53 100755 (executable)
@@ -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-6.2 /boot/pve/vmlinuz || true
-    ln -sf /boot/pve/initrd.img-6.2 /boot/pve/initrd.img || true
+    ln -sf /boot/pve/vmlinuz-6.5 /boot/pve/vmlinuz || true
+    ln -sf /boot/pve/initrd.img-6.5 /boot/pve/initrd.img || true
     ;;
 esac