Re: [PATCH v3] templates: introduce GRUB_TOP_LEVEL_* vars

2022-10-14 Thread Daniel Kiper
On Wed, Oct 05, 2022 at 02:22:38AM -0700, Denton Liu wrote: > A user may wish to use an image that is not sorted as the "latest" > version as the top-level entry. For example, in Arch Linux, if a user > has the LTS and regular kernels installed, `/boot/vmlinuz-linux-lts` > gets sorted as the "lates

Re: [PATCH v3] templates: introduce GRUB_TOP_LEVEL_* vars

2022-10-06 Thread Oskari Pirhonen
On Wed, Oct 05, 2022 at 02:22:38 -0700, Denton Liu wrote: > A user may wish to use an image that is not sorted as the "latest" > version as the top-level entry. For example, in Arch Linux, if a user > has the LTS and regular kernels installed, `/boot/vmlinuz-linux-lts` > gets sorted as the "latest"

[PATCH v3] templates: introduce GRUB_TOP_LEVEL_* vars

2022-10-05 Thread Denton Liu
A user may wish to use an image that is not sorted as the "latest" version as the top-level entry. For example, in Arch Linux, if a user has the LTS and regular kernels installed, `/boot/vmlinuz-linux-lts` gets sorted as the "latest" compared to `/boot/vmlinuz-linux`. However, a user may wish to us