mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
e651fdb380
commit
5ce978fa93
1 changed files with 1 additions and 0 deletions
|
|
@ -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 _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue