installer: run-kernel-page: Ensure Linux Libre is first.

The list box is automatically sorted, putting Hurd in front of Linux Libre.

* gnu/installer/newt/kernel.scm (run-kernel-page): Do not sort.

Change-Id: Id534560e93eee597e1180d766abb7422cd8e547a
This commit is contained in:
Rutherther 2026-01-16 20:52:58 +01:00
parent e651fdb380
commit 5ce978fa93
No known key found for this signature in database
GPG key ID: 0322798269E471C3

View file

@ -54,6 +54,7 @@ windowing system (X, Wayland).")
#:listbox-items kernels
#:listbox-item->text identity
#:listbox-default-item default
#:sort-listbox-items? #f ;keep Linux first
#:button-text (G_ "Back")
#:button-callback-procedure
(lambda _