[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.6-124-g66f23d6
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.6-124-g66f23d6 |
Date: |
Sat, 03 May 2014 10:50:19 +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 66f23d66219533aff689a05d16439827da1a2a59 (commit)
via 03ddfaf5fb5fab78f7180089158bea0494072b3c (commit)
via e20fd1bf80d8038b56abe29d6bf0f1d7150fddd5 (commit)
from 83a39ed7dbb975e20098c7034f9e6daba7dd02bf (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 66f23d66219533aff689a05d16439827da1a2a59
Author: Ludovic Courtès <address@hidden>
Date: Sat May 3 12:45:43 2014 +0200
vm: Provide a root partition for the freestanding VM image.
Fixes a regression introduced in 83bcd0b.
* gnu/system/vm.scm (system-qemu-image): Override the 'file-systems'
field of OS. Add #:file-system-type parameter and honor it.
commit 03ddfaf5fb5fab78f7180089158bea0494072b3c
Author: Ludovic Courtès <address@hidden>
Date: Sat May 3 12:16:10 2014 +0200
vm: Make root file system type a parameter, and default to ext4.
* gnu/system/vm.scm (qemu-image): Add #:file-system-type parameter.
Pass it to 'initialize-hard-disk'.
* guix/build/linux-initrd.scm (mount-root-file-system): Always honor
TYPE.
(boot-system): Change #:root-fs-type to default to "ext4". Update
docstring.
* guix/build/vm.scm (initialize-hard-disk): Remove #:mkfs parameter; add
#:file-system-type. Adjust 'mkfs' invocation and 'mount' call to
honor #:file-system-type.
commit e20fd1bf80d8038b56abe29d6bf0f1d7150fddd5
Author: Ludovic Courtès <address@hidden>
Date: Sat May 3 12:02:43 2014 +0200
doc: Minor improvements in "G-Expressions".
* doc/guix.texi (G-Expressions): Show coreutils version number in store
file name. Add xref to "Derivations", in documentation of
'gexp->derivation'. Fix typo.
-----------------------------------------------------------------------
Summary of changes:
doc/guix.texi | 6 ++--
gnu/system/vm.scm | 46 +++++++++++++++++++++++++++---------------
guix/build/linux-initrd.scm | 7 ++++-
guix/build/vm.scm | 9 ++++---
4 files changed, 42 insertions(+), 26 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.6-124-g66f23d6,
Ludovic Courtès <=