]> git.proxmox.com Git - proxmox-ve.git/blobdiff - debian/postinst
depdent on pve-kernel-5.0
[proxmox-ve.git] / debian / postinst
index 43e081b81ef422d1ea932461fd561514d3f561bf..461bc557ef2c4ca4f682af8276decda6644fd381 100755 (executable)
@@ -13,8 +13,8 @@ case "$1" in
 
     # setup kernel links for installation CD (rescue boot)
     mkdir -p /boot/pve
-    ln -sf /boot/pve/vmlinuz-4.15 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-4.15 /boot/pve/initrd.img
+    ln -sf /boot/pve/vmlinuz-5.0 /boot/pve/vmlinuz
+    ln -sf /boot/pve/initrd.img-5.0 /boot/pve/initrd.img
     ;;
 esac