guix_mirror_bot pushed a commit to branch version-1.5.0
in repository guix.

commit 5ce978fa9304cf7d97faf8b4befe81c629bea837
Author: Rutherther <[email protected]>
AuthorDate: Fri Jan 16 20:52:58 2026 +0100

    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
---
 gnu/installer/newt/kernel.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/installer/newt/kernel.scm b/gnu/installer/newt/kernel.scm
index abf39c6aeb..831380c0d7 100644
--- a/gnu/installer/newt/kernel.scm
+++ b/gnu/installer/newt/kernel.scm
@@ -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 _

Reply via email to