]> git.proxmox.com Git - proxmox-backup-meta.git/commitdiff
depend on 5.4 kernel
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 May 2020 10:20:24 +0000 (12:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 May 2020 10:20:24 +0000 (12:20 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/postinst

index 9c6e745b5e3a295eae5aba58cf366886f3b9d5ea..8bd613b6e1322d5a02c8be60b1200e22874b09a9 100644 (file)
@@ -8,7 +8,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
 Package: proxmox-backup
 Architecture: all
 Depends: libc6,
-        pve-kernel-5.3,
+        pve-kernel-5.4,
         pve-kernel-helper,
         proxmox-backup-server,
         proxmox-backup-client,
index 0c8a87d00d614351fba9c404ecbdaffc10024fa2..2c339abc76b8d3b1d069f51a6fa27a3d7b25b5ae 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.0 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-5.0 /boot/pve/initrd.img
+    ln -sf /boot/pve/vmlinuz-5.4 /boot/pve/vmlinuz
+    ln -sf /boot/pve/initrd.img-5.4 /boot/pve/initrd.img
     ;;
 esac