]> git.proxmox.com Git - proxmox-backup-meta.git/commitdiff
switch over to 5.11 kernel as new default
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 10:19:22 +0000 (12:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 10:19:22 +0000 (12:19 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/postinst

index ed2f08082738837cb0f233245f81bee39dd599c1..631797da560e0032a5402a9e4eb70568b807e572 100644 (file)
@@ -10,7 +10,7 @@ Depends: libc6,
          proxmox-archive-keyring,
          proxmox-backup-client,
          proxmox-backup-server,
-         pve-kernel-5.4,
+         pve-kernel-5.11,
          pve-kernel-helper,
 Description: Proxmox Backup Server metapackage
  This is a meta package which will install everything needed to run a
index a8ed163cc45be1c75b26f82bdbae510608803b00..fe4c6c5e0befa73ba5f9643ecb12ae69b7a34c6b 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.4 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-5.4 /boot/pve/initrd.img
+    ln -sf /boot/pve/vmlinuz-5.11 /boot/pve/vmlinuz
+    ln -sf /boot/pve/initrd.img-5.11 /boot/pve/initrd.img
     ;;
 esac