mirror of
https://git.proxmox.com/git/proxmox-backup-meta
synced 2025-10-04 11:07:58 +00:00
d/control: switch over to 5.15 kernel as new default
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a631cded74
commit
1424ee483f
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
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.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user