]> git.proxmox.com Git - proxmox-ve.git/commitdiff
Update kernel links for install CD (rescue boot)
authorAlwin Antreich <a.antreich@proxmox.com>
Tue, 3 Dec 2019 15:54:35 +0000 (16:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Dec 2019 06:08:09 +0000 (07:08 +0100)
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
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