[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (9374cbd -> ecb33b8)
From: |
guix-commits |
Subject: |
branch master updated (9374cbd -> ecb33b8) |
Date: |
Wed, 24 Apr 2019 18:46:12 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 9374cbd services: fprintd: Provide polkit policy.
new 5511154 install: Add node name in Castellano.
new 01ac0e6 system: Add guile-readline and guile-colorized to
%BASE-PACKAGES.
new 17503ea self: Install 'guix.zh_CN.info'.
new 3cc033f installer: Add missing 'G_' for networking message.
new 898677e installer: Ask for user password and initialize
/etc/shadow.
new 399c31d installer: 'run-input-page' has a new #:input-flags
parameter.
new 91a7c49 installer: Ask for the root account password.
new 5be7aec vm: 'system-disk-image' no longer requires the OS to
define the "/" file system.
new e7c7b73 installer: Preserve order of user accounts.
new ecb33b8 vm: Adjust FAT serial number code to 32-bit Guile.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/build/vm.scm | 6 ++-
gnu/installer/final.scm | 88 ++++++++++++++++++++++++++++++++++++++++--
gnu/installer/newt/final.scm | 9 +++--
gnu/installer/newt/network.scm | 3 +-
gnu/installer/newt/page.scm | 9 +++--
gnu/installer/newt/user.scm | 38 ++++++++++++++----
gnu/installer/user.scm | 27 ++++++++-----
gnu/system.scm | 2 +
gnu/system/install.scm | 1 +
gnu/system/vm.scm | 19 ++++++---
guix/self.scm | 2 +-
11 files changed, 168 insertions(+), 36 deletions(-)
- branch master updated (9374cbd -> ecb33b8),
guix-commits <=
- 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, 2019/04/24
- 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