guix-commits
[Top][All Lists]
Advanced

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

branch wip-newt-installer updated (177029b -> 4781503)


From: guix-commits
Subject: branch wip-newt-installer updated (177029b -> 4781503)
Date: Wed, 5 Dec 2018 01:28:51 -0500 (EST)

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

      from  177029b   Revert "tests: Increase root partitions size to 2G."
       new  c91178e   build: syscalls: Add device-in-use?.
       new  afe42d7   services: herd: Allow to pass arguments to start-service.
       new  195198f   gnu: guile-newt: Update to revision 4.
       new  a7d4270   gnu: Add guile-parted.
       new  415914f   build: file-systems: Export read-partition-label and 
read-partition-uuid.
       new  011a68b   installer: Remove "selection" from all titles.
       new  87c1d15   installer: Add new utils.
       new  0258fef   installer: Add configuration formatter.
       new  fc335a0   installer: Do not ask for keyboard model.
       new  7e8fe1c   installer: Add services page.
       new  3577ef4   installer: Add hostname.
       new  48df4ba   installer: Add new pages.
       new  3f2ae6d   installer: Redirect to TTY3 root shell for unguided 
install.
       new  8d4183d   installer: Fix ethernet connection.
       new  b0b47ee   installer: Fix comments.
       new  cffad04   installer: Add user module.
       new  8ad9d7d   installer: Add partitioning support.
       new  b3801f4   installer: Reorder POTFILES.in
       new  8c3b0f9   installer: Reorder local.mk.
       new  4781503   installer: Remove group selection in user page.

The 20 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/build/file-systems.scm                         |    3 +
 gnu/installer.scm                                  |  109 +-
 gnu/installer/{newt/hostname.scm => final.scm}     |   22 +-
 .../gnu-system.scm => gnu/installer/hostname.scm   |   12 +-
 gnu/installer/keymap.scm                           |    4 +
 gnu/installer/locale.scm                           |   13 +-
 gnu/installer/newt.scm                             |   20 +-
 gnu/installer/newt/ethernet.scm                    |    3 +-
 gnu/installer/newt/final.scm                       |   84 ++
 gnu/installer/newt/hostname.scm                    |    2 +-
 gnu/installer/newt/keymap.scm                      |   48 +-
 gnu/installer/newt/locale.scm                      |   14 +-
 gnu/installer/newt/network.scm                     |    2 +-
 gnu/installer/newt/page.scm                        |  250 +++-
 gnu/installer/newt/partition.scm                   |  706 ++++++++++++
 gnu/installer/newt/{menu.scm => services.scm}      |   44 +-
 gnu/installer/newt/timezone.scm                    |    2 +-
 gnu/installer/newt/user.scm                        |   36 +-
 gnu/installer/newt/welcome.scm                     |   16 +-
 gnu/installer/newt/wifi.scm                        |    2 +-
 gnu/installer/parted.scm                           | 1210 ++++++++++++++++++++
 gnu/installer/record.scm                           |   11 +-
 gnu/installer/services.scm                         |   59 +
 gnu/installer/steps.scm                            |   68 +-
 gnu/installer/timezone.scm                         |   12 +-
 gnu/installer/user.scm                             |   50 +
 gnu/installer/utils.scm                            |   28 +-
 gnu/local.mk                                       |   10 +-
 gnu/packages/guile.scm                             |   44 +-
 gnu/services/herd.scm                              |    7 +-
 guix/build/syscalls.scm                            |   22 +
 po/guix/POTFILES.in                                |    7 +-
 32 files changed, 2736 insertions(+), 184 deletions(-)
 copy gnu/installer/{newt/hostname.scm => final.scm} (56%)
 copy build-aux/cuirass/gnu-system.scm => gnu/installer/hostname.scm (77%)
 create mode 100644 gnu/installer/newt/final.scm
 create mode 100644 gnu/installer/newt/partition.scm
 copy gnu/installer/newt/{menu.scm => services.scm} (50%)
 create mode 100644 gnu/installer/parted.scm
 create mode 100644 gnu/installer/services.scm
 create mode 100644 gnu/installer/user.scm



reply via email to

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