guix-commits
[Top][All Lists]
Advanced

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

branch master updated (e37944d -> 424cea8)


From: Ludovic Courtès
Subject: branch master updated (e37944d -> 424cea8)
Date: Fri, 2 Mar 2018 07:55:30 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

      from  e37944d   environment: Add --user.
       new  f14c933   Add (guix glob).
       new  8661ad2   linux-modules: Add 'device-module-aliases' and related 
procedures.
       new  615a89e   linux-initrd: Separate file system module logic.
       new  bc499b1   system: Add 'initrd-modules' field.
       new  424cea8   guix system: Check for the lack of modules in the initrd.

The 5 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:
 Makefile.am                   |   4 +-
 doc/guix.texi                 |  40 ++++++++---
 gnu/build/linux-modules.scm   | 159 +++++++++++++++++++++++++++++++++++++++++-
 gnu/system.scm                |   7 ++
 gnu/system/install.scm        |   7 +-
 gnu/system/linux-initrd.scm   |  94 +++++++++++++++----------
 gnu/system/mapped-devices.scm |  53 ++++++++++----
 gnu/tests/install.scm         |  11 ++-
 guix/glob.scm                 |  97 ++++++++++++++++++++++++++
 guix/scripts/system.scm       |  67 +++++++++++++++---
 tests/glob.scm                |  58 +++++++++++++++
 11 files changed, 516 insertions(+), 81 deletions(-)
 create mode 100644 guix/glob.scm
 create mode 100644 tests/glob.scm



reply via email to

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