guix-commits
[Top][All Lists]
Advanced

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

branch master updated (8f58508327 -> 4943ac86e4)


From: guix-commits
Subject: branch master updated (8f58508327 -> 4943ac86e4)
Date: Wed, 2 Feb 2022 10:47:02 -0500 (EST)

mothacehe pushed a change to branch master
in repository guix.

    from 8f58508327 gnu: utf-8-lineseparator: Update to cj8.
     new 0d37a5df7e installer: Add crash dump upload support.
     new 4a68a00c8b installer: Use define instead of let at top-level.
     new 7251b15d30 installer: Generalize logging facility.
     new 4f2fd33b4f installer: Use new installer-log-line everywhere.
     new 438bf9b840 installer: Un-export syslog syntax.
     new 2f7f1d11e9 installer: Keep PATH inside the install container.
     new c57ec6ed1e installer: Remove specific logging code.
     new 0b9fbbb4dd installer: Capture external commands output.
     new 408427a36c installer: Add installer-specific run command process.
     new af59e53631 installer: Use run-command-in-installer in (gnu installer 
parted).
     new 0a74509a69 installer: Raise condition when mklabel fails.
     new dad9a1c0b2 installer: Fix run-file-textbox-page when edit-button is #f.
     new ed6567abbf installer: Replace run-command by invoke in newt/page.scm.
     new 59fec4a1a2 installer: Add nano to PATH.
     new 726d0bd2f3 installer: Use named prompt to abort or break installer 
steps.
     new 7cbd95a9f6 installer: Add error page when running external commands.
     new 41eb0f01fc installer: Use dynamic-wind to setup installer.
     new 112ef30b84 installer: Turn passwords into opaque records.
     new ad55ccf9b1 installer: Make dump archive creation optional and 
selective.
     new 4943ac86e4 installer: Use system-wide guix for system init.

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/installer.scm                | 100 ++++++++++++++---------
 gnu/installer/dump.scm           | 118 +++++++++++++++++++++++++++
 gnu/installer/final.scm          |  25 +++---
 gnu/installer/newt.scm           | 122 +++++++++++++++++++++++-----
 gnu/installer/newt/ethernet.scm  |   8 +-
 gnu/installer/newt/final.scm     |  12 +--
 gnu/installer/newt/keymap.scm    |   8 +-
 gnu/installer/newt/locale.scm    |  25 ++----
 gnu/installer/newt/network.scm   |  16 +---
 gnu/installer/newt/page.scm      | 170 ++++++++++++++++++++++++++++++++++++---
 gnu/installer/newt/partition.scm |  10 +--
 gnu/installer/newt/services.scm  |  16 +---
 gnu/installer/newt/timezone.scm  |   4 +-
 gnu/installer/newt/user.scm      |  11 +--
 gnu/installer/newt/welcome.scm   |   2 +-
 gnu/installer/newt/wifi.scm      |   4 +-
 gnu/installer/parted.scm         | 104 +++++++++++-------------
 gnu/installer/record.scm         |  15 +++-
 gnu/installer/steps.scm          | 130 ++++++++++++++----------------
 gnu/installer/user.scm           |  19 ++++-
 gnu/installer/utils.scm          | 159 ++++++++++++++++++++++++++++++------
 gnu/local.mk                     |   1 +
 22 files changed, 760 insertions(+), 319 deletions(-)
 create mode 100644 gnu/installer/dump.scm



reply via email to

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