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  1b89a66e1badbb8a597db0529e468f9950119a30 (commit)
       via  29804e6eb2a755c123f2a73fb843867846cb9111 (commit)
       via  7c1d8146a770d6b37b35cefc0ad8662f4c07df62 (commit)
      from  e911470857069b20c767d2a581b3ab640ac876db (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 1b89a66e1badbb8a597db0529e468f9950119a30
Author: Ludovic Courtès <l...@gnu.org>
Date:   Thu Sep 5 00:45:53 2013 +0200

    gnu: vm: First stab at building a populated QEMU image.
    
    * gnu/packages/linux-initrd.scm (gnu-system-initrd): New variable.
    * gnu/system/vm.scm (qemu-image): Add #:linux-arguments parameter.
      [input->name+derivation]: Add case for 'store-path?' items.
      Remove LOADER from `inputs'.

commit 29804e6eb2a755c123f2a73fb843867846cb9111
Author: Ludovic Courtès <l...@gnu.org>
Date:   Wed Sep 4 23:22:34 2013 +0200

    gnu: linux-initrd: Fix creation of /dev/tty nodes.
    
    * guix/build/linux-initrd.scm (make-essential-device-nodes): Make
      /dev/tty.  Change from 'block-special' to 'char-special' for /dev/tty*
      nodes.

commit 7c1d8146a770d6b37b35cefc0ad8662f4c07df62
Author: Ludovic Courtès <l...@gnu.org>
Date:   Wed Sep 4 23:21:37 2013 +0200

    gnu: vm: 'qemu-image' populates /dev on the target root file system.
    
    * gnu/system/vm.scm (qemu-image): Use (guix build linux-initrd).  Remove
      'mknod' calls; use 'make-essential-device-nodes' to populate /dev on
      the target image.
    * gnu/packages/linux-initrd.scm (qemu-initrd): When /root/dev exists,
      don't call 'make-essential-device-nodes'.

-----------------------------------------------------------------------

Summary of changes:
 gnu/packages/linux-initrd.scm |   71 +++++++++++++++++++++++++++++++++++++-
 gnu/system/vm.scm             |   76 +++++++++++++++++++++++++----------------
 guix/build/linux-initrd.scm   |    4 ++-
 3 files changed, 118 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
guix source archive

Reply via email to