mirror of
https://git.proxmox.com/git/proxmox-backup-meta
synced 2025-10-04 00:29:33 +00:00
depend on 5.4 kernel
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
daf8848034
commit
250dc2a22f
2
debian/control
vendored
2
debian/control
vendored
@ -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,
|
||||
|
4
debian/postinst
vendored
4
debian/postinst
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user