From: Thomas Lamprecht Date: Wed, 22 May 2019 19:47:55 +0000 (+0200) Subject: depdent on pve-kernel-5.0 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8e09c00ac8c482c4730aae1b6243fd77a74710d8;p=proxmox-ve.git depdent on pve-kernel-5.0 Signed-off-by: Thomas Lamprecht --- diff --git a/debian/control b/debian/control index 4aa10cf..5fae8bb 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: apt, libc6 (>= 2.7-18), openssh-client, openssh-server, - pve-kernel-4.15, + pve-kernel-5.0, pve-manager, pve-qemu-kvm, qemu-server, 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