guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-installer updated (688f4f7 -> e0eeeab)


From: John Darrington
Subject: branch wip-installer updated (688f4f7 -> e0eeeab)
Date: Fri, 10 Feb 2017 08:17:10 -0500 (EST)

jmd pushed a change to branch wip-installer
in repository guix.

      from  688f4f7   installer: Fix bug when changing languages.
       new  7cb7d31   installer: Fix the startup locale.
       new  adbadf4   installer: Add users page.
       new  439bacd   installer: Remove unused procedure.
       new  0e2888d   installer: New page to edit user accounts.
       new  7cf63cf   gurses: Update the cursor position when posting the form.
       new  14005a1   installer: Remove whitespace.
       new  c8a02e7   installer: Provide the ability to add new users.
       new  e0eeeab   gurses: Don't crash if asked for an item by an invalid 
index.

The 8 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/local.mk                                 |   2 +
 gnu/system/installer/configure.scm           |  13 ++-
 gnu/system/installer/disks.scm               |   2 +-
 gnu/system/installer/guixsd-installer.scm    |  31 +++---
 gnu/system/installer/hostname.scm            |   8 +-
 gnu/system/installer/key-map.scm             |   4 +-
 gnu/system/installer/misc.scm                |   5 +
 gnu/system/installer/mount-point.scm         |   8 +-
 gnu/system/installer/partition-reader.scm    |   4 +-
 gnu/system/installer/time-zone.scm           |   2 +-
 gnu/system/installer/user-edit.scm           | 155 +++++++++++++++++++++++++++
 gnu/system/installer/{role.scm => users.scm} | 108 +++++++++----------
 gnu/system/installer/utils.scm               |  25 +----
 gurses/form.scm                              |   4 +-
 gurses/menu.scm                              |   4 +-
 15 files changed, 262 insertions(+), 113 deletions(-)
 create mode 100644 gnu/system/installer/user-edit.scm
 copy gnu/system/installer/{role.scm => users.scm} (58%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]