[pve-devel] [PATCH 1/2] switch default kernel/initrd symlink to 4.15
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed May 16 08:02:23 CEST 2018
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Note: this is a fixup for the switch to pve-kernel-4.15!
debian/postinst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.14.2
More information about the pve-devel
mailing list