[pmg-devel] applied: [PATCH] Update kernel links for install CD (rescue boot)
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Dec 4 07:14:55 CET 2019
Talk about time...
Inspired-by: Alwin Antreich <a.antreich at proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
debian/postinst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/postinst b/debian/postinst
index aa17f0b..95c3d4b 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -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
--
2.20.1
More information about the pmg-devel
mailing list