[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.6-37-g1c96c1b
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.6-37-g1c96c1b |
Date: |
Mon, 14 Apr 2014 22:09:30 +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 1c96c1bbabb9646aba2a3860cac02157f56c4dd1 (commit)
via 0b7a0c2030fe85fc54f428e1d874017d4072eead (commit)
from dcd3ed9cc764d269259374286807a5483ad219b4 (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 1c96c1bbabb9646aba2a3860cac02157f56c4dd1
Author: Ludovic Courtès <address@hidden>
Date: Mon Apr 14 23:59:08 2014 +0200
linux-initrd: Mount / as a unionfs when asking for a volatile root.
* guix/build/linux-initrd.scm (make-essential-device-nodes): Make
/dev/fuse.
(boot-system): Add #:unionfs parameter. Invoke UNIONFS instead of
copying files over when VOLATILE-ROOT? is true.
* gnu/system/linux-initrd.scm (expression->initrd): Add #:inputs
parameter.
[files-to-copy]: New procedure.
[builder]: Add 'to-copy' parameter; honor it.
(qemu-initrd)[linux-modules]: Add 'fuse.ko' when VOLATILE-ROOT?.
Pass UNIONFS-FUSE/STATIC as #:inputs; change builder to pass #:unionfs
to 'boot-system'.
commit 0b7a0c2030fe85fc54f428e1d874017d4072eead
Author: Ludovic Courtès <address@hidden>
Date: Mon Apr 14 23:47:15 2014 +0200
gnu: unionfs-fuse-static: Remove dependency on util-linux.
* gnu/packages/linux.scm (fuse-static): New variable.
(unionfs-fuse/static): Use it.
-----------------------------------------------------------------------
Summary of changes:
gnu/packages/linux.scm | 20 +++++++++++-
gnu/system/linux-initrd.scm | 75 ++++++++++++++++++++++++++++++++-----------
guix/build/linux-initrd.scm | 38 ++++++++++------------
3 files changed, 92 insertions(+), 41 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.6-37-g1c96c1b,
Ludovic Courtès <=