mirror of
https://git.proxmox.com/git/proxmox-ve
synced 2025-08-15 19:31:51 +00:00
bump version to 8.1.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
06586cceb4
commit
334c1dc288
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
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 || 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user