guix-commits
[Top][All Lists]
Advanced

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

branch wip-installer updated (3673cd8 -> ac6599d)


From: John Darrington
Subject: branch wip-installer updated (3673cd8 -> ac6599d)
Date: Sun, 15 Jan 2017 15:45:39 +0000 (UTC)

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

      from  3673cd8   installer: Enable direct scrolling to top or bottom of 
menus.
       new  9c9c3c2   installer: Add callback parameter for forms.
       new  240ed17   installer: Remove mkfs capability from mount points page.
       new  fae0d4c   installer: Add a dedicated make to format filesystems.
       new  23bc1ec   installer: Add the notion of uuids to prospective 
filesystems.
       new  d35d9f1   installer: Add a predicate to ensure the partitions have 
been formatted.
       new  a9e7ab4   installer: Changed N_ to M_ since N_ is used for another 
purpose in guix/ui.scm
       new  efd1cd9   installer: Whitespace changes only
       new  cce6b95   installer: Correct bug detecting a wireless interface.
       new  23b4ef8   installer: Exit the format page after all partitions are 
successfully formatted.
       new  decf49b   installer: Do not perform tasks more than once.
       new  c4c5690   installer: Replace one usage of car with match.
       new  ac6599d   installer: Correct bug where the timezone page returned 
to the wrong page.

The 12 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                              |    1 +
 gnu/system/installer/configure.scm        |   37 +++---
 gnu/system/installer/dialog.scm           |   11 +-
 gnu/system/installer/disks.scm            |   19 +--
 gnu/system/installer/filesystems.scm      |  113 ++++++++++++------
 gnu/system/installer/format.scm           |  184 +++++++++++++++++++++++++++++
 gnu/system/installer/guixsd-installer.scm |   56 ++++++---
 gnu/system/installer/hostname.scm         |   22 ++--
 gnu/system/installer/install.scm          |   13 +-
 gnu/system/installer/key-map.scm          |   18 ++-
 gnu/system/installer/mount-point.scm      |  136 +++++++++------------
 gnu/system/installer/network.scm          |   16 ++-
 gnu/system/installer/partition-reader.scm |   16 +--
 gnu/system/installer/passphrase.scm       |    9 +-
 gnu/system/installer/ping.scm             |   12 +-
 gnu/system/installer/role.scm             |   16 ++-
 gnu/system/installer/time-zone.scm        |   32 ++---
 gnu/system/installer/utils.scm            |   24 ++--
 gnu/system/installer/wireless.scm         |   13 +-
 gurses/buttons.scm                        |    8 +-
 gurses/form.scm                           |   38 +++---
 gurses/menu.scm                           |    8 +-
 22 files changed, 542 insertions(+), 260 deletions(-)
 create mode 100644 gnu/system/installer/format.scm



reply via email to

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