[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: installer: Preserve order of user accounts.
From: |
guix-commits |
Subject: |
09/10: installer: Preserve order of user accounts. |
Date: |
Wed, 24 Apr 2019 18:46:15 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e7c7b7332075fadbbea3a2e041e7290958ac2354
Author: Ludovic Courtès <address@hidden>
Date: Thu Apr 25 00:43:00 2019 +0200
installer: Preserve order of user accounts.
* gnu/installer/newt/user.scm (run-user-page): Add call to 'reverse'.
---
gnu/installer/newt/user.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/installer/newt/user.scm b/gnu/installer/newt/user.scm
index 327e294..76eb63b 100644
--- a/gnu/installer/newt/user.scm
+++ b/gnu/installer/newt/user.scm
@@ -186,7 +186,7 @@ administrator (\"root\").")
(run-error-page (G_ "Please create at least one user.")
(G_ "No user"))
(run users))
- users))))
+ (reverse users)))))
(lambda ()
(destroy-form-and-pop form))))))
- branch master updated (9374cbd -> ecb33b8), guix-commits, 2019/04/24
- 10/10: vm: Adjust FAT serial number code to 32-bit Guile., guix-commits, 2019/04/24
- 05/10: installer: Ask for user password and initialize /etc/shadow., guix-commits, 2019/04/24
- 08/10: vm: 'system-disk-image' no longer requires the OS to define the "/" file system., guix-commits, 2019/04/24
- 09/10: installer: Preserve order of user accounts.,
guix-commits <=
- 07/10: installer: Ask for the root account password., guix-commits, 2019/04/24
- 03/10: self: Install 'guix.zh_CN.info'., guix-commits, 2019/04/24
- 06/10: installer: 'run-input-page' has a new #:input-flags parameter., guix-commits, 2019/04/24
- 04/10: installer: Add missing 'G_' for networking message., guix-commits, 2019/04/24
- 01/10: install: Add node name in Castellano., guix-commits, 2019/04/24
- 02/10: system: Add guile-readline and guile-colorized to %BASE-PACKAGES., guix-commits, 2019/04/24