installer: Fix comments.
* gnu/installer.scm (installer-steps): Fix comments.
This commit is contained in:
parent
fb1675cbca
commit
6efd8430ae
|
@ -164,8 +164,8 @@ selected keymap."
|
||||||
"/share/zoneinfo/zone.tab")))
|
"/share/zoneinfo/zone.tab")))
|
||||||
#~(lambda (current-installer)
|
#~(lambda (current-installer)
|
||||||
(list
|
(list
|
||||||
;; Welcome the user and ask him to choose between manual installation
|
;; Welcome the user and ask him to choose between manual
|
||||||
;; and graphical install.
|
;; installation and graphical install.
|
||||||
(installer-step
|
(installer-step
|
||||||
(id 'welcome)
|
(id 'welcome)
|
||||||
(compute (lambda _
|
(compute (lambda _
|
||||||
|
@ -175,6 +175,11 @@ selected keymap."
|
||||||
;; Ask the user to choose a locale among those supported by the glibc.
|
;; Ask the user to choose a locale among those supported by the glibc.
|
||||||
;; Install the selected locale right away, so that the user may
|
;; Install the selected locale right away, so that the user may
|
||||||
;; benefit from any available translation for the installer messages.
|
;; 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
|
(installer-step
|
||||||
(id 'locale)
|
(id 'locale)
|
||||||
(description (G_ "Locale"))
|
(description (G_ "Locale"))
|
||||||
|
|
Loading…
Reference in New Issue