]> git.proxmox.com Git - proxmox-ve.git/blobdiff - debian/postinst
depend on 5.13 based kernel as new default
[proxmox-ve.git] / debian / postinst
index 231c0c5b07cc1c242f759dc9e6156b5def4d04eb..bf9943f04ff2eef49365f3c08340a59d8143f233 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.11 /boot/pve/vmlinuz || true
-    ln -sf /boot/pve/initrd.img-5.11 /boot/pve/initrd.img || 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
     ;;
 esac