mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-08-03 12:15:27 +00:00
![]() This fixes selecting kernels for manual inclusion in the ESP which do not come with a "-pve" in name. It fixes listing, by just printing out the whole list as is. refresh complains already if there's a kernel selected but no respective vmlinuz got found. Additionally, we already plainly add the "manual kernel list" in kernel_keep_versions, but filter then out any kernel not containing a "-pve" in boot_kernel_list. But boot_kernel_list should actually only filter out the kernel meta packages. So, use a inverse match and check for a /\d+\.\d+/ pattern, this seems to work well enough. Note that kernel_keep_versions doesn't picks up non-pve kernels anyway, so this only really alters manual selection. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
functions | ||
Makefile | ||
pve-auto-removal | ||
pve-efiboot-sync | ||
zz-pve-efiboot |