mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-04-28 12:45:33 +00:00
default to 6.8 kernel
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
98b46d24ce
commit
12714e2c7c
4
debian/control
vendored
4
debian/control
vendored
@ -11,7 +11,7 @@ Architecture: all
|
||||
Section: admin
|
||||
Provides: pve-headers
|
||||
Priority: optional
|
||||
Depends: proxmox-headers-6.5,
|
||||
Depends: proxmox-headers-6.8,
|
||||
${misc:Depends}
|
||||
Description: Default Proxmox Kernel Headers
|
||||
This is a metapackage which will install the kernel headers for the default
|
||||
@ -21,7 +21,7 @@ Package: proxmox-default-kernel
|
||||
Architecture: all
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Depends: proxmox-kernel-6.5,
|
||||
Depends: proxmox-kernel-6.8,
|
||||
${misc:Depends}
|
||||
Description: Default Proxmox Kernel Image
|
||||
This is a metapackage which will install the kernel image for the default
|
||||
|
4
debian/proxmox-default-kernel.postinst
vendored
4
debian/proxmox-default-kernel.postinst
vendored
@ -7,8 +7,8 @@ case "$1" in
|
||||
configure)
|
||||
# setup kernel links for installation CD (rescue boot)
|
||||
mkdir -p /boot/pve || true
|
||||
ln -sf /boot/pve/vmlinuz-6.5 /boot/pve/vmlinuz || true
|
||||
ln -sf /boot/pve/initrd.img-6.5 /boot/pve/initrd.img || true
|
||||
ln -sf /boot/pve/vmlinuz-6.8 /boot/pve/vmlinuz || true
|
||||
ln -sf /boot/pve/initrd.img-6.8 /boot/pve/initrd.img || true
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user