guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.7-710-g421c3bc


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-710-g421c3bc
Date: Sat, 08 Nov 2014 14:13:44 +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  421c3bcc1b77360ad57b10c5d6b5da5b4d739182 (commit)
       via  99ae9ceb18fe5cf37878e68d2f25df31b3becd69 (commit)
       via  810568b35f7e5a15f3c4420eee1163fe5274cf2c (commit)
       via  ccdca0a09e19a988ce5045afbdc1026f11b70e59 (commit)
       via  d8c1944196589b1a010beeeef357e7822c3ba5d0 (commit)
       via  6aa260af122ce445c2b41c2ce5f487724feea917 (commit)
      from  a9967103de2dd16749f365569ee307637eb1b99a (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 421c3bcc1b77360ad57b10c5d6b5da5b4d739182
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 8 15:09:43 2014 +0100

    services: udev: Make /dev/kvm 666 as a workaround.
    
    * gnu/services/base.scm (kvm-udev-rule): Change /dev/kvm mode to 666 to
      work around <http://bugs.gnu.org/18994>.

commit 99ae9ceb18fe5cf37878e68d2f25df31b3becd69
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 8 15:07:18 2014 +0100

    system: grub: Add preliminary support for themes.
    
    * gnu/system/grub.scm (<grub-image>, <grub-theme>): New record types.
      (%artwork-repository, %background-image): New variables.
      (<grub-configuration>)[theme]: New field.
      (svg->png, resize-image, grub-background-image, eye-candy): New
      procedures.
      (grub-configuration-file): Use 'eye-candy' and add it in BUILDER.

commit 810568b35f7e5a15f3c4420eee1163fe5274cf2c
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 8 15:02:48 2014 +0100

    vm: The 'run-vm' scripts now passes its arguments to QEMU.
    
    * gnu/system/vm.scm (system-qemu-image/shared-store-script): Add "$@" at
      the end of the script.
      (common-qemu-options): Remove trailing newline.
    * doc/guix.texi (Invoking guix system): Document it.

commit ccdca0a09e19a988ce5045afbdc1026f11b70e59
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 8 14:41:04 2014 +0100

    Thank Felipe.

commit d8c1944196589b1a010beeeef357e7822c3ba5d0
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 8 14:47:05 2014 +0100

    gnu: slim: Update URL.
    
    Reported by Felipe López <address@hidden>.
    
    * gnu/packages/slim.scm (slim)[origin, home-page]: Update URL.

commit 6aa260af122ce445c2b41c2ce5f487724feea917
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 8 14:49:13 2014 +0100

    vm: Fix 'vm --full-boot' to produce a sufficient disk image.
    
    * gnu/system/vm.scm (system-qemu-image/shared-store): Add
      #:disk-image-size and #:full-boot? parameters and honor them.  Pass
      '#:copy-inputs? full-boot?', and change #:inputs argument.
    * guix/scripts/system.scm (system-derivation-for-action): Pass
      #:disk-image-size to 'system-qemu-image/shared-store'.
    * doc/guix.texi (Invoking guix system): Mention use of '--image-size' in
      conjunction with '--full-boot'.

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

Summary of changes:
 THANKS                  |    1 +
 doc/guix.texi           |   13 +++-
 gnu/packages/slim.scm   |   12 ++--
 gnu/services/base.scm   |    5 +-
 gnu/system/grub.scm     |  185 ++++++++++++++++++++++++++++++++++++++++++-----
 gnu/system/vm.scm       |   54 ++++++++++-----
 guix/scripts/system.scm |    4 +-
 7 files changed, 227 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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