guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (916ec91 -> 5084fd3)


From: guix-commits
Subject: branch core-updates updated (916ec91 -> 5084fd3)
Date: Sat, 11 Apr 2020 15:09:09 -0400 (EDT)

civodul pushed a change to branch core-updates
in repository guix.

    from 916ec91  gnu: guile@3: Disable JIT on GNU/Hurd.
     new 7fa6155  database: 'reset-timestamps' can optionally preserve 
permissions.
     new 6a488a3  vm: Preserve file permissions on /dev.
     new 683cba7  linux-boot: 'make-essential-device-nodes' root parameter is 
optional.
     new ac61e87  linux-boot: Add 'make-hurd-device-nodes'.
     new cd45d65  vm: Make the device node procedure a parameter.
     new a9f7993  Add (gnu system hurd).
     new 379d0f5  system: hurd: Add "/etc/fstab".
     new cd4faab  system: hurd: Add ttys symlink in "/etc/ttys".
     new 6598c61  system: hurd: Add /etc/{passwd,shadow}.
     new fe1f964  system: hurd: Add "/bin/sh" symlink.
     new 5fbf4f8  system: hurd: Create /etc/{hostname,motd,login} and /root.
     new da987ec  system: hurd: Add root profile.
     new df0010a  gnu: hurd: "/libexec/rc" spawns the console client.
     new c621269  system: hurd: Create a proper profile.
     new db047a4  system: hurd: Add net-base and inetutils, and 
/etc/{services,protocols}.
     new 5084fd3  system: hurd: Add guile-candy.

The 16 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:
 gnu/build/linux-boot.scm |  35 +++++++-
 gnu/build/vm.scm         |  16 +++-
 gnu/local.mk             |   1 +
 gnu/packages/hurd.scm    |   7 +-
 gnu/system/hurd.scm      | 215 +++++++++++++++++++++++++++++++++++++++++++++++
 gnu/system/vm.scm        |  12 +++
 guix/store/database.scm  |  13 +--
 7 files changed, 289 insertions(+), 10 deletions(-)
 create mode 100644 gnu/system/hurd.scm



reply via email to

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