X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=461bc557ef2c4ca4f682af8276decda6644fd381;hb=8e09c00ac8c482c4730aae1b6243fd77a74710d8;hp=43e081b81ef422d1ea932461fd561514d3f561bf;hpb=cf54df837f0da800c156c5739cf2f696db4fdda8;p=proxmox-ve.git diff --git a/debian/postinst b/debian/postinst index 43e081b..461bc55 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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