guix-commits
[Top][All Lists]
Advanced

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

branch wip-harden-installer updated (84d0d8ad3d -> 1e2f0cca1a)


From: guix-commits
Subject: branch wip-harden-installer updated (84d0d8ad3d -> 1e2f0cca1a)
Date: Mon, 17 Jan 2022 05:04:50 -0500 (EST)

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

    from 84d0d8ad3d installer: Add crash dump upload support.
     new 76c27a5792 installer: Use define instead of let at top-level.
     new ac014ddd33 installer: Generalize logging facility.
     new 750a0669eb installer: Use new installer-log-line everywhere.
     new 8ee099abe0 installer: Un-export syslog syntax.
     new 946420276f installer: Keep PATH inside the install container.
     new d2d7fcf564 installer: Remove specific logging code.
     new 6494a5493a installer: Capture external commands output.
     new 917e94b29f installer: Add installer-specific run command process.
     new a7052e84ed installer: Use run-command-in-installer in (gnu installer 
parted).
     new e91ddc728c installer: Raise condition when mklabel fails.
     new dd5177a377 installer: Fix run-file-textbox-page when edit-button is #f.
     new 7e743738c7 installer: Replace run-command by invoke in newt/page.scm.
     new 4424ba7498 installer: Add nano to PATH.
     new 6ae25c00f6 installer: Use named prompt to abort or break installer 
steps.
     new 98d23fd53a installer: Add error page when running external commands.
     new 16b2bd9d04 installer: Use dynamic-wind to setup installer.
     new 237a0e61e2 installer: Turn passwords into opaque records.
     new 1e2f0cca1a installer: Make dump archive creation optional and 
selective.

The 18 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                |  95 ++++++++++++----------
 gnu/installer/dump.scm           |  67 +++++++++------
 gnu/installer/final.scm          |  28 +++----
 gnu/installer/newt.scm           | 128 +++++++++++++++++++++++------
 gnu/installer/newt/dump.scm      |  36 ---------
 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         |  12 ++-
 gnu/installer/steps.scm          | 127 +++++++++++++----------------
 gnu/installer/user.scm           |  19 ++++-
 gnu/installer/utils.scm          | 159 ++++++++++++++++++++++++++++++------
 gnu/local.mk                     |   1 -
 23 files changed, 667 insertions(+), 395 deletions(-)
 delete mode 100644 gnu/installer/newt/dump.scm



reply via email to

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