mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-08-13 22:32:47 +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
|
Section: admin
|
||||||
Provides: pve-headers
|
Provides: pve-headers
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: proxmox-headers-6.5,
|
Depends: proxmox-headers-6.8,
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: Default Proxmox Kernel Headers
|
Description: Default Proxmox Kernel Headers
|
||||||
This is a metapackage which will install the kernel headers for the default
|
This is a metapackage which will install the kernel headers for the default
|
||||||
@ -21,7 +21,7 @@ Package: proxmox-default-kernel
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: proxmox-kernel-6.5,
|
Depends: proxmox-kernel-6.8,
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: Default Proxmox Kernel Image
|
Description: Default Proxmox Kernel Image
|
||||||
This is a metapackage which will install the kernel image for the default
|
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)
|
configure)
|
||||||
# setup kernel links for installation CD (rescue boot)
|
# setup kernel links for installation CD (rescue boot)
|
||||||
mkdir -p /boot/pve || true
|
mkdir -p /boot/pve || true
|
||||||
ln -sf /boot/pve/vmlinuz-6.5 /boot/pve/vmlinuz || true
|
ln -sf /boot/pve/vmlinuz-6.8 /boot/pve/vmlinuz || true
|
||||||
ln -sf /boot/pve/initrd.img-6.5 /boot/pve/initrd.img || true
|
ln -sf /boot/pve/initrd.img-6.8 /boot/pve/initrd.img || true
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user