[pve-devel] [PATCH proxmox-ve] Update kernel links for install CD (rescue boot)

Alwin Antreich a.antreich at proxmox.com
Tue Dec 3 16:54:35 CET 2019


Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
---
Note: Thanks to Stoiko, he build an ISO to test the patch.
      This works with LVM based installs, but fails currently for ZFS
      with "Compression algorithm inherit not supported. Unable to find
      bootdisk automatically"

 debian/postinst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/postinst b/debian/postinst
index 1e17a89..a0d88f6 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-5.0 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-5.0 /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 pve-devel mailing list