guix-commits
[Top][All Lists]
Advanced

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

branch master updated (4625141 -> 08b1990)


From: Ludovic Courtès
Subject: branch master updated (4625141 -> 08b1990)
Date: Thu, 27 Nov 2014 23:10:58 +0000

civodul pushed a change to branch master
in repository guix.

      from  4625141   gnu: gcl: Drop 'strip phase.
       new  d616c05   substitute-binary: Change "unresponsive" to "slow".
       new  1f6f57d   doc: Update stale references in "Bootstrapping".
       new  d5d1668   Add (guix elf).
       new  fcaa5f4   system: Add (gnu build linux-modules).
       new  600c285   linux-initrd: Copy modules and their dependencies to the 
initrd.
       new  0e704a2   linux-boot: Load modules and their dependencies, à la 
'modprobe'.
       new  d7e66f6   linux-initrd: Remove now redundant module names.
       new  08b1990   linux-initrd: Remove the ".ko" suffix from module names 
in 'base-initrd'.

The 8 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                        |    1 +
 THANKS                             |    1 +
 doc/guix.texi                      |    4 +-
 gnu-system.am                      |    1 +
 gnu/build/linux-boot.scm           |   30 +-
 gnu/build/linux-modules.scm        |  170 ++++++
 gnu/system.scm                     |    4 +-
 gnu/system/linux-initrd.scm        |   62 ++-
 gnu/system/vm.scm                  |    2 +
 guix/elf.scm                       | 1045 ++++++++++++++++++++++++++++++++++++
 guix/scripts/substitute-binary.scm |    2 +-
 11 files changed, 1280 insertions(+), 42 deletions(-)
 create mode 100644 gnu/build/linux-modules.scm
 create mode 100644 guix/elf.scm



reply via email to

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