[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-installer updated (d654694 -> d5eb580)
From: |
John Darrington |
Subject: |
branch wip-installer updated (d654694 -> d5eb580) |
Date: |
Sat, 31 Dec 2016 14:54:17 +0000 (UTC) |
jmd pushed a change to branch wip-installer
in repository guix.
from d654694 gnu: Add guix to the path environment for the
guix-installer service.
new c25fde7 installer: Add wireless-tools bin directory to PATH.
new d2fcd7c installer: Replace an instance of cdr with match.
new 788d6ac installer: Add inetutils bin directory to PATH.
new a608ef1 installer: Turn off kernel ring messages to console.
new 2ff3178 installer: Enable scrolling in the installation window.
new 492aa16 installer: Wrap installer in (catch #t ...)
new 33ee2c8 installer: Rename module "new" to "guixsd-installer".
new 2cf0b9f installer: Use consistent window heights.
new 375828e installer: Fix bug where window-pipe did not return the
proper exit status.
new 0a82d35 installer: Replace "%temporary-configuration-file-port"
with "config-file".
new 1ff5718 installer: Improve install page.
new 91eaa52 installer: Close unused ports in pipe-cmd.
new 82630e4 installer: Replace spawned mount command with the mount
syscall.
new 827b389 installer: Issue message to user on failure of
filesystems task.
new 2ee7267 installer: Allow users to remove mount points during
configuration.
new db6428a installer: Prevent the user specifying the same mount
point twice.
new 870976a installer: Change N_ from a procedure to a macro.
new baedb39 installer: Change the order of the filesystem task
conditions.
new 88bda06 installer: Use global variable instead of string literal
for "/gnu".
new 88c305b installer: Do not use /tmp for holding the configuration.
new d5eb580 installer: Add a console-keymap service.
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/local.mk | 2 +-
gnu/system/install.scm | 2 +
gnu/system/installer/configure.scm | 44 +++++++--
gnu/system/installer/file-browser.scm | 14 +--
gnu/system/installer/filesystems.scm | 101 ++++++++++++--------
.../installer/{new.scm => guixsd-installer.scm} | 76 +++++++++------
gnu/system/installer/install.scm | 47 ++++-----
gnu/system/installer/misc.scm | 8 +-
gnu/system/installer/mount-point.scm | 11 ++-
gnu/system/installer/network.scm | 2 +-
gnu/system/installer/ping.scm | 2 +-
gnu/system/installer/time-zone.scm | 2 +-
gnu/system/installer/utils.scm | 26 ++---
gnu/system/installer/wireless.scm | 6 +-
guix/scripts/system.scm | 2 +-
15 files changed, 210 insertions(+), 135 deletions(-)
rename gnu/system/installer/{new.scm => guixsd-installer.scm} (83%)
- branch wip-installer updated (d654694 -> d5eb580),
John Darrington <=
- 03/21: installer: Add inetutils bin directory to PATH., John Darrington, 2016/12/31
- 05/21: installer: Enable scrolling in the installation window., John Darrington, 2016/12/31
- 06/21: installer: Wrap installer in (catch #t ...), John Darrington, 2016/12/31
- 16/21: installer: Prevent the user specifying the same mount point twice., John Darrington, 2016/12/31
- 04/21: installer: Turn off kernel ring messages to console., John Darrington, 2016/12/31
- 01/21: installer: Add wireless-tools bin directory to PATH., John Darrington, 2016/12/31
- 02/21: installer: Replace an instance of cdr with match., John Darrington, 2016/12/31
- 12/21: installer: Close unused ports in pipe-cmd., John Darrington, 2016/12/31
- 08/21: installer: Use consistent window heights., John Darrington, 2016/12/31
- 20/21: installer: Do not use /tmp for holding the configuration., John Darrington, 2016/12/31