]> git.proxmox.com Git - proxmox-ve.git/blobdiff - debian/postinst
Update kernel links for install CD (rescue boot)
[proxmox-ve.git] / debian / postinst
index 1e17a89cd5d39358743f4822fa57c1c86af661ed..a0d88f69000e894ad049594ee0193293072bcaab 100755 (executable)
@@ -7,8 +7,8 @@ case "$1" in
   configure)
     # setup kernel links for installation CD (rescue boot)
     mkdir -p /boot/pve
-    ln -sf /boot/pve/vmlinuz-5.0 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-5.0 /boot/pve/initrd.img
+    ln -sf /boot/pve/vmlinuz-5.3 /boot/pve/vmlinuz
+    ln -sf /boot/pve/initrd.img-5.3 /boot/pve/initrd.img
     ;;
 esac