guix_mirror_bot pushed a commit to branch version-1.5.0 in repository guix.
commit ea0c0bec5dcdb3190023fce5ed3fc525838ecb76 Author: Florian Pelz <[email protected]> AuthorDate: Fri Jan 16 09:28:29 2026 +0100 installer: Adjust vertical space in the recommended kernel choice. Proposed in #5555. * gnu/installer/newt/kernel.scm (run-kernel-page): Add a newline. Suggested-by: Ludovic Courtès <[email protected]> Change-Id: I50e156e12539ba86cf9aa12ab6ef92ed145b5578 Signed-off-by: Rutherther <[email protected]> --- 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 831380c0d7..4570544c51 100644 --- a/gnu/installer/newt/kernel.scm +++ b/gnu/installer/newt/kernel.scm @@ -48,6 +48,7 @@ ;; TRANSLATORS: "Hurd" is a proper noun and must not be translated. ;; TRANSLATORS: "Linux Libre" is a literal and must not be translated. (G_ "Please select a kernel. When in doubt, choose \"Linux Libre\". + The Hurd is offered as a technology preview and development aid; many packages \ are not yet available in Guix, such as a desktop environment or even a \ windowing system (X, Wayland).")
