From: Fabian Grünbichler Date: Wed, 16 May 2018 05:59:00 +0000 (+0200) Subject: switch default kernel/initrd symlink to 4.15 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ff5bdd66f7a1bbd11e64436335213eaa88602a58;p=proxmox-ve.git switch default kernel/initrd symlink to 4.15 Signed-off-by: Fabian Grünbichler --- diff --git a/debian/postinst b/debian/postinst index 2a22606..43e081b 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.13 /boot/pve/vmlinuz - ln -sf /boot/pve/initrd.img-4.13 /boot/pve/initrd.img + ln -sf /boot/pve/vmlinuz-4.15 /boot/pve/vmlinuz + ln -sf /boot/pve/initrd.img-4.15 /boot/pve/initrd.img ;; esac