]> git.proxmox.com Git - proxmox-ve.git/blobdiff - debian/postinst
depend on 6.2 by default
[proxmox-ve.git] / debian / postinst
index 068b6f596be1161e8a92b90b29cc8c572626d460..a9d5cac895dc98d91f3df4d543f5bdad6e2cb0d6 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-5.15 /boot/pve/vmlinuz || true
-    ln -sf /boot/pve/initrd.img-5.15 /boot/pve/initrd.img || 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
     ;;
 esac