guix-commits
[Top][All Lists]
Advanced

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

branch master updated (bec45e6 -> 835b3d8)


From: guix-commits
Subject: branch master updated (bec45e6 -> 835b3d8)
Date: Mon, 8 Jun 2020 08:46:42 -0400 (EDT)

janneke pushed a change to branch master
in repository guix.

    from bec45e6  gnu: x265: Build with assembly files.
     add 4c26229  gnu: hurd: Update to upstream Hurd-reserved xattr index.
     add 1428926  syscalls: set-thread-name, thread-name: Stub for the Hurd.
     add 6cea61f  linux-boot: Update 'make-hurd-device-nodes'.
     add c77b928  image: Add Hurd support.
     add 45b2cb4  system: hurd: Add hurd-default-essential-services.
     add 2018fb2  system: Add 'hurd' field to <operating-system>.
     add 21acd8d  bootloader: Extend `<menu-entry>' for multiboot.
     add 912b857  system: Add 'multiboot-modules' field to <boot-parameters>.
     add 1244491  bootloader: grub: Add support for multiboot.
     add e6cd858  system: Use 'hurd' package in label.
     add 59bcffa  system: examples: Add bare-hurd.tmpl.
     add c3fd2df  system: Support activation service for the Hurd.
     add f5ca79d  services: Support etc-service for the Hurd.
     add c03e513  services: hurd: Populate system profile.
     add 97c94fc  gnu: hurd: Create minimal "runsystem" script to invoke "rc".
     add f9c0458  services: Add `hurd-console-service-type'.
     add 7ccd471  services: Add `hurd-getty-service-type'.
     add 11e4200  system: hurd: Populate services.
     add b37c544  hurd-boot: Further cleanup of "rc".
     add 68d8c09  gnu: services: Add %hurd-startup-service.
     new 835b3d8  gnu: guix: Update to 68d8c09465.

The 1 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:
 Makefile.am                           |   3 +-
 doc/guix.texi                         |  90 ++++++++++++++-
 gnu/bootloader.scm                    |  46 +++++++-
 gnu/bootloader/grub.scm               |  76 ++++++++-----
 gnu/build/activation.scm              |   4 +-
 gnu/build/hurd-boot.scm               | 205 ++++++++++++++++++++++++++++++++++
 gnu/build/image.scm                   |   5 +
 gnu/build/linux-boot.scm              |  33 +-----
 gnu/local.mk                          |   3 +
 gnu/packages/hurd.scm                 | 143 +++++++++---------------
 gnu/packages/package-management.scm   |   6 +-
 gnu/packages/patches/hurd-xattr.patch |  53 +++++++++
 gnu/services.scm                      |  37 ++++++
 gnu/services/hurd.scm                 | 123 ++++++++++++++++++++
 gnu/system.scm                        | 143 +++++++++++++++++++-----
 gnu/system/examples/bare-hurd.tmpl    |  31 +++++
 gnu/system/hurd.scm                   |  63 ++++++++++-
 gnu/system/image.scm                  |  42 ++++++-
 gnu/system/vm.scm                     |   5 +-
 guix/build/syscalls.scm               |  14 ++-
 tests/guix-system.sh                  |   7 +-
 21 files changed, 928 insertions(+), 204 deletions(-)
 create mode 100644 gnu/build/hurd-boot.scm
 create mode 100644 gnu/packages/patches/hurd-xattr.patch
 create mode 100644 gnu/services/hurd.scm
 create mode 100644 gnu/system/examples/bare-hurd.tmpl



reply via email to

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