guix-commits
[Top][All Lists]
Advanced

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

branch wip-installer updated (9c4d060 -> 3673cd8)


From: John Darrington
Subject: branch wip-installer updated (9c4d060 -> 3673cd8)
Date: Thu, 12 Jan 2017 20:41:02 +0000 (UTC)

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

      from  9c4d060   installer: Use --fallback when installing.
       new  09e4f87   installer: Correct behaviour of push-cursor and 
pop-cursor procedures.
       new  7565098   installer: Remove explicit calls to curs-set from pages.
       new  63b54ec   installer: Remove pointless calls to delwin.
       new  0103bae   installer: New procedure "page-leave".
       new  0335e73   installer: New procedure: page-enter.
       new  d70e6a1   installer: Ensure that the cursor visibility is updated 
on each page.
       new  28b3724   installer: Rename "Back" buttons to "Cancel".
       new  6e814f7   installer: Ignore case in button accelerators.
       new  187293f   installer: Make all windows with ports scrollable.
       new  7ba37f9   installer: Rename 'file-browser.scm' to 'key-map.scm'.
       new  568b7c3   installer: Add installer source files to the manifest of 
translatables.
       new  6f1bbe1   installer: "Setup" --> "Set up"
       new  a8ab689   installer: Use guix build syscalls module for network 
interrogation.
       new  137c5e6   installer: Use "lspci -mm" instead of "lspci -m".
       new  6a63413   installer: slurp: Ignore blank lines in output.
       new  97373a7   installer: Minor cleanup.
       new  3ce6452   installer: Use a cleaner method of detecting wireless 
capability for ethernet interfaces.
       new  6fd829d   guix: Add IFF_RUNNING to  exported syscall constants.
       new  004ea2e   installer: Make the network menu more reliable.
       new  3673cd8   installer: Enable direct scrolling to top or bottom of 
menus.

The 20 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                 |   14 +-
 gnu/system/installer/dialog.scm                    |    8 +-
 gnu/system/installer/disks.scm                     |   15 +-
 gnu/system/installer/filesystems.scm               |   23 ++--
 gnu/system/installer/guixsd-installer.scm          |   13 +-
 gnu/system/installer/hostname.scm                  |   13 +-
 gnu/system/installer/install.scm                   |   15 +-
 .../installer/{file-browser.scm => key-map.scm}    |   19 ++-
 gnu/system/installer/mount-point.scm               |   13 +-
 gnu/system/installer/network.scm                   |  145 ++++++++++----------
 gnu/system/installer/page.scm                      |   24 +++-
 gnu/system/installer/passphrase.scm                |   13 +-
 gnu/system/installer/ping.scm                      |   11 +-
 gnu/system/installer/role.scm                      |   14 +-
 gnu/system/installer/time-zone.scm                 |   18 +--
 gnu/system/installer/utils.scm                     |   21 ++-
 gnu/system/installer/wireless.scm                  |   13 +-
 guix/build/syscalls.scm                            |    2 +
 gurses/buttons.scm                                 |    5 +-
 gurses/menu.scm                                    |   23 +++-
 po/guix/POTFILES.in                                |   15 ++
 22 files changed, 239 insertions(+), 200 deletions(-)
 rename gnu/system/installer/{file-browser.scm => key-map.scm} (88%)



reply via email to

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