jmd pushed a change to branch wip-installer
in repository guix.
from d5eb580 installer: Add a console-keymap service.
new 4f57e72 installer: Add flags to indicate network interface status.
new 8a73e92 installer: Format configuration to fix width of window.
new e6208a3 installer: Do not allow forms to set the cursor
visibility.
new 241c415 installer: Indicate which wireless access points are
encrypted.
new 7f84313 installer: Add page with which the wifi password can be
entered.
new 64d8d8b installer: Change essid --> wireless.
new 193bbc8 installer: Make setting up of the network a prerequisite.
new 41f6d77 installer: Ensure that all mount points are absolute
paths.
The 8 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 | 17 ++--
gnu/system/installer/filesystems.scm | 18 +++-
gnu/system/installer/guixsd-installer.scm | 3 +-
gnu/system/installer/network.scm | 50 ++++++----
gnu/system/installer/passphrase.scm | 132 +++++++++++++++++++++++++++
gnu/system/installer/wireless.scm | 141 ++++++++++++++++-------------
gurses/form.scm | 3 +-
8 files changed, 272 insertions(+), 94 deletions(-)
create mode 100644 gnu/system/installer/passphrase.scm