]> git.proxmox.com Git - proxmox-backup-meta.git/commitdiff
d/control: switch over to 5.15 kernel as new default
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 May 2022 07:40:15 +0000 (09:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 May 2022 07:41:26 +0000 (09:41 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/postinst

index 1085725b24262f5474f264c5bebe1d237962ff2e..1da44e8b5b974257b63e4486164b1820952d5b0d 100644 (file)
@@ -10,7 +10,7 @@ Depends: libc6,
          proxmox-archive-keyring,
          proxmox-backup-client,
          proxmox-backup-server,
-         pve-kernel-5.13,
+         pve-kernel-5.15,
          pve-kernel-helper,
 Description: Proxmox Backup Server metapackage
  This is a meta package which will install everything needed to run a
index 92e635098e1889e8c0a327a5eed8a5a54cca26eb..d0534c5039f987108167e0fe4663d193e91e49e2 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.13 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-5.13 /boot/pve/initrd.img
+    ln -sf /boot/pve/vmlinuz-5.15 /boot/pve/vmlinuz
+    ln -sf /boot/pve/initrd.img-5.15 /boot/pve/initrd.img
     ;;
 esac