Arun G - 2022-02-21

I am using manual mode for savings few seconds at boot.

menuentry Fedora {
    icon EFI/refind/icons/os_fedora.png
    volume fb3b80c1-97b4-4de3-bc6b-xxxxxx
    loader vmlinuz-5.16.8-200.fc35.x86_64
    initrd initramfs-5.16.8-200.fc35.x86_64.img
    options "ro root=UUID=c53e043a-d94b-49a7-ab2b-xxxx quiet"
 }

Is there any way to replace version "5.16.8-200.fc35.x86_64" with wildcard so that I don't have to edit refind.conf after kernel updates?

Or is there any way to speed up auto-detection by only scanning files started with vmlinuz and initramfs?