]> git.proxmox.com Git - proxmox-mailgateway.git/blobdiff - debian/postinst
d/control: depend on kernel 6.2 by default
[proxmox-mailgateway.git] / debian / postinst
index d0534c5039f987108167e0fe4663d193e91e49e2..f306b8dbfc810dfb446f2207df4b2ea73a642c36 100755 (executable)
@@ -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.15 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-5.15 /boot/pve/initrd.img
+    ln -sf /boot/pve/vmlinuz-6.2 /boot/pve/vmlinuz
+    ln -sf /boot/pve/initrd.img-6.2 /boot/pve/initrd.img
     ;;
 esac