]> git.proxmox.com Git - proxmox-backup-meta.git/commitdiff
d/control: depend on 6.2 as default kernel
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jun 2023 09:43:54 +0000 (11:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jun 2023 10:53:29 +0000 (12:53 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/postinst

index f58f57efe8a9c6163ce98ba5744454c7653b972f..81dda9f75664283ea97bc2795906e2b18728cef2 100644 (file)
@@ -10,7 +10,7 @@ Depends: proxmox-archive-keyring,
          proxmox-backup-client,
          proxmox-backup-server,
          proxmox-kernel-helper,
-         pve-kernel-5.15,
+         pve-kernel-6.2,
 Description: Proxmox Backup Server meta package
  This is a meta package which will install everything needed to run a
  Proxmox Backup server. This package also depends on the latest
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