guix-commits
[Top][All Lists]
Advanced

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

branch wip-installer updated (61c0ffb -> 9ff399e)


From: John Darrington
Subject: branch wip-installer updated (61c0ffb -> 9ff399e)
Date: Sun, 29 Jan 2017 07:35:01 +0000 (UTC)

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

      from  61c0ffb   doc: Remove the text which mentions there is no graphical 
installer.
       new  07947fa   installer: Delete unused procedure "justify".
       new  9ef49f3   gurses: Use inverse instead of underline for field value 
area.
       new  00bae8a   installer: Add new procedure to check file system 
specifications.
       new  da8a99f   installer: Change livery.
       new  7bd5d28   installer: Tolerate an undefined system role in config 
generation.
       new  5189573   installer: Use a "hard" method of rebooting. Do not rely 
on shepherd.
       new  ae0913f   installer: No passphrase is needed for clear networks.
       new  998ff46   installer: Prepare for new wireless network features.
       new  39b6138   installer: Clear the mount point field for swap file 
systems.
       new  b7b726c   installer:  Allow file system specifications to be 
removed.
       new  09ce81b   installer: Fix the key map option.
       new  b8f16ad   gurses: Avoid one usage of car and cdr.
       new  e7a07e5   gurses: xchar->char: New procedure.
       new  5944670   gurses: Add predicate to test if a complex char is blank.
       new  ffb989a   gurses: Avoid one more use of car and cdr.
       new  8daaa73   gurses: Avoid yet another use of car and cdr.
       new  7c1a952   gurses: Use match instead of car/cdr in line-split.
       new  0739a3e   gurses: In paragraph-format avoid use of car and cdr.
       new  5967eee   installer: Support WEP encrypted wireless.
       new  eee7d2c   gurses: Add new procedure "word-endings".
       new  9ff399e   gurses: Reimplement pad-complex-string.

The 21 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/system/installer/configure.scm        |   29 +++---
 gnu/system/installer/filesystems.scm      |   76 ++++++--------
 gnu/system/installer/guixsd-installer.scm |    7 +-
 gnu/system/installer/install.scm          |   24 ++++-
 gnu/system/installer/key-map.scm          |    9 +-
 gnu/system/installer/misc.scm             |    4 +-
 gnu/system/installer/mount-point.scm      |   30 ++++--
 gnu/system/installer/passphrase.scm       |   12 ++-
 gnu/system/installer/utils.scm            |   28 +----
 gnu/system/installer/wireless.scm         |   44 +++++---
 gurses/form.scm                           |    6 +-
 gurses/stexi.scm                          |  158 +++++++++++++++--------------
 12 files changed, 226 insertions(+), 201 deletions(-)



reply via email to

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