mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
installer: Fix comments.
* gnu/installer.scm (installer-steps): Fix comments.
This commit is contained in:
parent
fb1675cbca
commit
6efd8430ae
1 changed files with 7 additions and 2 deletions
|
@ -164,8 +164,8 @@ (define (installer-steps)
|
|||
"/share/zoneinfo/zone.tab")))
|
||||
#~(lambda (current-installer)
|
||||
(list
|
||||
;; Welcome the user and ask him to choose between manual installation
|
||||
;; and graphical install.
|
||||
;; Welcome the user and ask him to choose between manual
|
||||
;; installation and graphical install.
|
||||
(installer-step
|
||||
(id 'welcome)
|
||||
(compute (lambda _
|
||||
|
@ -175,6 +175,11 @@ (define (installer-steps)
|
|||
;; Ask the user to choose a locale among those supported by the glibc.
|
||||
;; Install the selected locale right away, so that the user may
|
||||
;; benefit from any available translation for the installer messages.
|
||||
|
||||
;; Ask the user to choose a locale among those supported by
|
||||
;; the glibc. Install the selected locale right away, so that
|
||||
;; the user may benefit from any available translation for the
|
||||
;; installer messages.
|
||||
(installer-step
|
||||
(id 'locale)
|
||||
(description (G_ "Locale"))
|
||||
|
|
Loading…
Reference in a new issue