[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/68: installer: Fix comments.
From: |
guix-commits |
Subject: |
30/68: installer: Fix comments. |
Date: |
Thu, 17 Jan 2019 08:05:13 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 6efd8430aeaa5b062a95202b9458435738ae2930
Author: Mathieu Othacehe <address@hidden>
Date: Wed Dec 5 14:55:03 2018 +0900
installer: Fix comments.
* gnu/installer.scm (installer-steps): Fix comments.
---
gnu/installer.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/installer.scm b/gnu/installer.scm
index 7e023ce..29178cb 100644
--- a/gnu/installer.scm
+++ b/gnu/installer.scm
@@ -164,8 +164,8 @@ selected keymap."
"/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 @@ selected keymap."
;; 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"))
- 57/68: installer: Various renamins follow-up., (continued)
- 57/68: installer: Various renamins follow-up., guix-commits, 2019/01/17
- 44/68: installer: partition: Differenciate Back button from Exit button., guix-commits, 2019/01/17
- 28/68: installer: Redirect to TTY3 root shell for unguided install., guix-commits, 2019/01/17
- 58/68: installer: parted: Do not call BLKRRPART on loop devices., guix-commits, 2019/01/17
- 53/68: installer: Clear screen upon exit., guix-commits, 2019/01/17
- 49/68: installer: menu: Fix typo., guix-commits, 2019/01/17
- 43/68: installer: network: Do not show an empty technology list., guix-commits, 2019/01/17
- 50/68: installer: partition: Fix swaping and use syscalls., guix-commits, 2019/01/17
- 51/68: installer: partition: Fix typo., guix-commits, 2019/01/17
- 55/68: installer: parted: Use read-luks-partition-uuid instead of find-partition-by-luks-uuid., guix-commits, 2019/01/17
- 30/68: installer: Fix comments.,
guix-commits <=
- 59/68: installer: Rename "Ok" buttons to "OK"., guix-commits, 2019/01/17
- 47/68: installer: Display an eventual backtrace in a page., guix-commits, 2019/01/17
- 26/68: installer: Add hostname., guix-commits, 2019/01/17
- 10/68: guix: self: Do not install (gnu system install)., guix-commits, 2019/01/17
- 25/68: installer: Add services page., guix-commits, 2019/01/17
- 11/68: gnu: installer: Launch the installer as kmscon login-program., guix-commits, 2019/01/17
- 13/68: installer: Move everything to the build side., guix-commits, 2019/01/17
- 15/68: tests: Rename %test-encrypted-os to %test-encrypted-root-os., guix-commits, 2019/01/17
- 17/68: services: herd: Allow to pass arguments to start-service., guix-commits, 2019/01/17
- 19/68: gnu: Add guile-parted., guix-commits, 2019/01/17