mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
installer: Turn help menu into parameters menu.
* gnu/local.mk (INSTALLER_MODULES): Rename help.scm into parameters.scm. * po/guix/POTFILES.in: Ditto. * gnu/installer/record.scm (<installer>): Rename help-menu into parameter-menu and help-page into parameters-page. * gnu/installer/newt/parameters.scm: Renamed from help.scm. Update information messages. * gnu/installer/newt.scm: Update accordingly. * gnu/installer/newt/keymap.scm: Ditto.
This commit is contained in:
parent
6e2f7dc5e2
commit
07a53bd512
7 changed files with 28 additions and 27 deletions
|
@ -198,11 +198,11 @@ selected keymap."
|
|||
(timezone-data #~(string-append #$tzdata
|
||||
"/share/zoneinfo/zone.tab")))
|
||||
#~(lambda (current-installer)
|
||||
((installer-help-menu current-installer)
|
||||
((installer-parameters-menu current-installer)
|
||||
(lambda ()
|
||||
((installer-help-page current-installer)
|
||||
((installer-parameters-page current-installer)
|
||||
(lambda _
|
||||
(#$(compute-keymap-step 'help)
|
||||
(#$(compute-keymap-step 'param)
|
||||
current-installer)))))
|
||||
(list
|
||||
;; Ask the user to choose a locale among those supported by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue