guix-commits
[Top][All Lists]
Advanced

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

branch master updated (073f5f2 -> 8cca59e)


From: guix-commits
Subject: branch master updated (073f5f2 -> 8cca59e)
Date: Thu, 17 Jan 2019 08:05:06 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

      from  073f5f2   Revert "Revert "gnu: man-db: Embed absolute reference to 
'preconv'.""
       new  57cd7d9   gnu: Add ghc-tldr.
       new  15f0719   guile: newt: Update revision to 3.
       new  76421cf   services: kmscon: Remove virtual-terminal requirement.
       new  08af580   gnu: kmscon: Add runtime keymap update support.
       new  d0f3a67   gnu: Add graphical installer support.
       new  ba32109   installer: newt: Use scheme-modules* instead of 
scheme-modules.
       new  9b9a5e3   installer: newt: Locate the logo within local-file.
       new  7d328e3   configure: Disable installer build by default.
       new  2e7addd   doc: Document the graphical installer.
       new  16006a0   guix: self: Do not install (gnu system install).
       new  a796174   gnu: installer: Launch the installer as kmscon 
login-program.
       new  113bdf6   installer: Rewrite welcome page.
       new  a49d633   installer: Move everything to the build side.
       new  6b48825   installer: Fix locale installation.
       new  4f83afd   tests: Rename %test-encrypted-os to 
%test-encrypted-root-os.
       new  b08bea0   build: syscalls: Add device-in-use?.
       new  ca0c43e   services: herd: Allow to pass arguments to start-service.
       new  7e3e6d7   gnu: guile-newt: Update to revision 4.
       new  a8307a1   gnu: Add guile-parted.
       new  983abd2   file-systems: Export read-partition-label and 
read-partition-uuid.
       new  5cdb6bd   installer: Remove "selection" from all titles.
       new  3ad8f77   installer: Add new utils.
       new  dc5f327   installer: Add configuration formatter.
       new  c088b2e   installer: Do not ask for keyboard model.
       new  b51bde7   installer: Add services page.
       new  b4658c2   installer: Add hostname.
       new  29d8d91   installer: Add new pages.
       new  6aa625c   installer: Redirect to TTY3 root shell for unguided 
install.
       new  fb1675c   installer: Fix ethernet connection.
       new  6efd843   installer: Fix comments.
       new  47c9480   installer: Add user module.
       new  69a934f   installer: Add partitioning support.
       new  32f7b2f   installer: Reorder POTFILES.in
       new  1ad1b6e   installer: Reorder local.mk.
       new  35e99a2   installer: Remove group selection in user page.
       new  54754ef   installer: Fix compute calls.
       new  5bfdde5   installer: Reorder partitionment step.
       new  30b4df8   installer: locale: Make clear that the point is to select 
a glibc locale.
       new  30cf5e0   installer: locale: Set English as the default language.
       new  7d81290   installer: Turn "Cancel" buttons into "Exit" buttons.
       new  479414e   installer: keymap: Do not fail on non-kmscon terminals.
       new  9e58d4e   installer: keymap: Fix keymap selection of layouts with 
not variant.
       new  77c00b1   installer: network: Do not show an empty technology list.
       new  cbeb270   installer: partition: Differenciate Back button from Exit 
button.
       new  d700d13   installer: Make sure every sentence is dot terminated.
       new  3d0f6a0   installer: Make exit button optional for 
run-file-textbox-page.
       new  133c401   installer: Display an eventual backtrace in a page.
       new  ee4004b   installer: partition: Precise when using Manual/Guided 
partionment.
       new  a7b2a46   installer: menu: Fix typo.
       new  b624206   installer: partition: Fix swaping and use syscalls.
       new  71cd8a5   installer: partition: Fix typo.
       new  bf304db   installer: partionment: Add encryption support.
       new  df3664f   installer: Clear screen upon exit.
       new  8ae7044   file-systems: Add read-luks-partition-uuid.
       new  59e8f3c   installer: parted: Use read-luks-partition-uuid instead 
of find-partition-by-luks-uuid.
       new  5737ba8   installer: Various renamings.
       new  44b2d31   installer: Various renamins follow-up.
       new  f297c21   installer: parted: Do not call BLKRRPART on loop devices.
       new  ebb36de   installer: Rename "Ok" buttons to "OK".
       new  a8c4b68   installer: welcome: Put "Graphical installer" ahead.
       new  513914b   installer: Remove debug popup.
       new  cb614af   installer: keymap: Put English layout and international 
variant ahead.
       new  f40728f   installer: partition: Add encryption password 
confirmation.
       new  a1f5dfc   syscalls: 'device-in-use?' does not create a port.
       new  0775894   syscalls: 'device-in-use?' returns #f upon EINVAL.
       new  938ee97   installer: Adjust messages on the final page.
       new  85caf5f   installer: "formating" → "formatting".
       new  8cca59e   installer: Fix manual partitioning.

The 68 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:
 configure.ac                                       |   15 +
 doc/guix.texi                                      |   20 +-
 gnu/build/file-systems.scm                         |   14 +-
 gnu/installer.scm                                  |  358 ++++++
 gnu/installer/aux-files/SUPPORTED                  |  484 ++++++++
 gnu/installer/aux-files/logo.txt                   |   19 +
 gnu/installer/connman.scm                          |  400 ++++++
 gnu/installer/final.scm                            |   36 +
 .../gnu-system.scm => gnu/installer/hostname.scm   |   12 +-
 gnu/installer/keymap.scm                           |  172 +++
 gnu/installer/locale.scm                           |  210 ++++
 gnu/installer/newt.scm                             |  128 ++
 gnu/installer/newt/ethernet.scm                    |   81 ++
 gnu/installer/newt/final.scm                       |   86 ++
 .../installer/newt/hostname.scm                    |   15 +-
 gnu/installer/newt/keymap.scm                      |  122 ++
 gnu/installer/newt/locale.scm                      |  217 ++++
 gnu/installer/newt/menu.scm                        |   44 +
 gnu/installer/newt/network.scm                     |  173 +++
 gnu/installer/newt/page.scm                        |  530 ++++++++
 gnu/installer/newt/partition.scm                   |  766 ++++++++++++
 gnu/installer/newt/services.scm                    |   48 +
 gnu/installer/newt/timezone.scm                    |   83 ++
 gnu/installer/newt/user.scm                        |  175 +++
 gnu/installer/newt/utils.scm                       |   43 +
 gnu/installer/newt/welcome.scm                     |  118 ++
 gnu/installer/newt/wifi.scm                        |  243 ++++
 gnu/installer/parted.scm                           | 1312 ++++++++++++++++++++
 gnu/installer/record.scm                           |   84 ++
 gnu/installer/services.scm                         |   59 +
 gnu/installer/steps.scm                            |  237 ++++
 gnu/installer/timezone.scm                         |  127 ++
 gnu/installer/user.scm                             |   50 +
 gnu/installer/utils.scm                            |   63 +
 gnu/local.mk                                       |   43 +-
 gnu/packages/guile.scm                             |   45 +-
 gnu/packages/haskell.scm                           |   32 +
 .../patches/kmscon-runtime-keymap-switch.patch     |  229 ++++
 gnu/packages/terminals.scm                         |    2 +
 gnu/services/base.scm                              |    2 +-
 gnu/services/herd.scm                              |    7 +-
 gnu/system.scm                                     |    1 +
 gnu/system/install.scm                             |   23 +-
 gnu/tests/install.scm                              |    4 +-
 guix/build/syscalls.scm                            |   27 +
 guix/self.scm                                      |    5 +-
 po/guix/POTFILES.in                                |   26 +
 47 files changed, 6950 insertions(+), 40 deletions(-)
 create mode 100644 gnu/installer.scm
 create mode 100644 gnu/installer/aux-files/SUPPORTED
 create mode 100644 gnu/installer/aux-files/logo.txt
 create mode 100644 gnu/installer/connman.scm
 create mode 100644 gnu/installer/final.scm
 copy build-aux/cuirass/gnu-system.scm => gnu/installer/hostname.scm (77%)
 create mode 100644 gnu/installer/keymap.scm
 create mode 100644 gnu/installer/locale.scm
 create mode 100644 gnu/installer/newt.scm
 create mode 100644 gnu/installer/newt/ethernet.scm
 create mode 100644 gnu/installer/newt/final.scm
 copy build-aux/cuirass/gnu-system.scm => gnu/installer/newt/hostname.scm (69%)
 create mode 100644 gnu/installer/newt/keymap.scm
 create mode 100644 gnu/installer/newt/locale.scm
 create mode 100644 gnu/installer/newt/menu.scm
 create mode 100644 gnu/installer/newt/network.scm
 create mode 100644 gnu/installer/newt/page.scm
 create mode 100644 gnu/installer/newt/partition.scm
 create mode 100644 gnu/installer/newt/services.scm
 create mode 100644 gnu/installer/newt/timezone.scm
 create mode 100644 gnu/installer/newt/user.scm
 create mode 100644 gnu/installer/newt/utils.scm
 create mode 100644 gnu/installer/newt/welcome.scm
 create mode 100644 gnu/installer/newt/wifi.scm
 create mode 100644 gnu/installer/parted.scm
 create mode 100644 gnu/installer/record.scm
 create mode 100644 gnu/installer/services.scm
 create mode 100644 gnu/installer/steps.scm
 create mode 100644 gnu/installer/timezone.scm
 create mode 100644 gnu/installer/user.scm
 create mode 100644 gnu/installer/utils.scm
 create mode 100644 gnu/packages/patches/kmscon-runtime-keymap-switch.patch



reply via email to

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