]> git.proxmox.com Git - proxmox-mailgateway.git/commitdiff
Update kernel links for install CD (rescue boot)
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Dec 2019 06:14:02 +0000 (07:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Dec 2019 06:14:04 +0000 (07:14 +0100)
Talk about time...

Inspired-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/postinst

index aa17f0b1b5fb14c3fda34a3a49f1847f29e05862..95c3d4bb7414e4941f992cb687ba3c91c35937e8 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-4.13 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-4.13 /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