[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-211-g42d1046
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-211-g42d1046 |
Date: |
Mon, 08 Sep 2014 21:47:36 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via 42d10464bedb43a9211d8bc187e668fe33272368 (commit)
via df650fa84e15bfd65245adcd454c0433ad8c6121 (commit)
via 1621cf97aa0b0e19a53366479abe19f602f5f9da (commit)
via 70608adb4a054438a9dee4abcf63858f3d0dfded (commit)
via c2619e10ea55ef12054eee41de58b1f6c867ac48 (commit)
via c4492a16ea3a143672955653049bc6659a0e286d (commit)
via 813caa0a66c0e9e2b2613fd0902906e19ada0a5e (commit)
from 91cc37a1e3e0554ee95ceff96250fb65c63ea3bd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 42d10464bedb43a9211d8bc187e668fe33272368
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 23:46:48 2014 +0200
linux-initrd: Store Linux modules in a normal store directory.
* gnu/system/linux-initrd.scm (expression->initrd): Remove #:linux and
#:linux-modules parameters. Remove call to
'float-linux-module-directory'.
(base-initrd): Add call to 'float-linux-module-directory'. Use it in
#:linux-modules argument in the gexp. Remove #:linux and
#:linux-modules arguments to 'expression->initrd'.
* gnu/build/linux-initrd.scm (build-initrd): Remove
#:linux-module-directory parameter. Don't create 'modules'
sub-directory.
* gnu/build/linux-boot.scm (boot-system): Mentin that LINUX-MODULES is a
list of absolute file names. Don't prepend "/modules/" to
LINUX-MODULES.
* doc/guix.texi (Initial RAM Disk): Adjust accordingly.
commit df650fa84e15bfd65245adcd454c0433ad8c6121
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 23:27:40 2014 +0200
linux-initrd: Remove #:to-copy argument of 'expression->initrd'.
* gnu/system/linux-initrd.scm (expression->initrd): Remove #:to-copy
parameter. Remove 'graph-files', and adjust #:references-graphs
arguments to just list INIT.
(base-initrd): Remove #:to-copy argument.
* doc/guix.texi (Initial RAM Disk): Adjust accordingly.
commit 1621cf97aa0b0e19a53366479abe19f602f5f9da
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 23:20:34 2014 +0200
linux-initrd: Move initrd creation code to (guix build linux-initrd).
* gnu/build/linux-initrd.scm (cache-compiled-file-name,
compile-to-cache, build-initrd): New procedures.
* gnu/system/linux-initrd.scm (expression->initrd)[builder]: Remove code
now moved above. Use 'build-initrd'.
commit 70608adb4a054438a9dee4abcf63858f3d0dfded
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 22:26:05 2014 +0200
linux-initrd: Copy all the script's closure to the initrd.
* gnu/system/linux-initrd.scm (expression->initrd): Remove calls to
'imported-modules' and 'compiled-modules'. Use 'gexp->script' with
EXP. Add the result to TO-COPY. Make /init a symlink to that script,
and copy its closure into the "contents" directory. Add fake
/proc/self/exe symlink.
* gnu/build/linux-boot.scm (load-linux-module*): Add comment about mmap.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add "-m
256". This turns out to be needed for initrds containing things like
e2fsck and several modules; with the default of 128 MiB, loading
libahci.ko may fail with -1.
commit c2619e10ea55ef12054eee41de58b1f6c867ac48
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 21:48:54 2014 +0200
gnu: Add GNU direvent.
* gnu/packages/admin.scm (direvent): New variable.
commit c4492a16ea3a143672955653049bc6659a0e286d
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 21:20:55 2014 +0200
gnu: Add testdisk.
* gnu/packages/admin.scm (testdisk): New variable.
commit 813caa0a66c0e9e2b2613fd0902906e19ada0a5e
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 8 21:00:48 2014 +0200
gnu: youtube-dl: Update to 2014.09.06.
* gnu/packages/video.scm (youtube-dl): Update to 2014.09.06.
-----------------------------------------------------------------------
Summary of changes:
doc/guix.texi | 12 ++--
gnu/build/linux-boot.scm | 14 ++--
gnu/build/linux-initrd.scm | 72 ++++++++++++++++++++-
gnu/packages/admin.scm | 70 +++++++++++++++++++-
gnu/packages/video.scm | 4 +-
gnu/system/linux-initrd.scm | 151 ++++++++++++-------------------------------
gnu/system/vm.scm | 4 +-
7 files changed, 198 insertions(+), 129 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-211-g42d1046,
Ludovic Courtès <=